Skip to content

OrderCloseDeleteRequest class

public sealed class OrderCloseDeleteRequest : IBufferMessage, IMessage<OrderCloseDeleteRequest>

Public Members

name description
OrderCloseDeleteRequest() The default constructor.
OrderCloseDeleteRequest(…)
ClosingPrice { get; set; }
HasClosingPrice { get; } Gets whether the "closing_price" field is set
HasLots { get; } Gets whether the "lots" field is set
HasSlippage { get; } Gets whether the "slippage" field is set
Lots { get; set; }
OrderTicket { get; set; }
Slippage { get; set; }
CalculateSize()
ClearClosingPrice() Clears the value of the "closing_price" field
ClearLots() Clears the value of the "lots" field
ClearSlippage() Clears the value of the "slippage" field
Clone()
override Equals(…)
Equals(…)
override GetHashCode()
MergeFrom(…) (2 methods)
override ToString()
WriteTo(…)
static Descriptor { get; }
static Parser { get; }
const ClosingPriceFieldNumber Field number for the "closing_price" field.
const LotsFieldNumber Field number for the "lots" field.
const OrderTicketFieldNumber Field number for the "order_ticket" field.
const SlippageFieldNumber Field number for the "slippage" field.

See Also