STOrder Class

Order class

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public class STOrder
Inheritance
Object    STOrder

Constructors

STOrderInitializes a new instance of the STOrder class
STOrder(STOrder)Initializes a new instance of the STOrder class

Properties

accPrice Accumulated price
clientOrderId Id that is set by the software on order creation
comment Comment for the order
creationDate Date of order execution (for send orders - time when order was send, for filled/pending orders - time when orders was filled/opened)
exchangeOrderId Id that is set by the exchange on order execution
filledQty Total quantity filled
fillPrice Price the order was filled at
limitPrice Price for Limit order
margin Crypto specific parameter. For some of the exchages 0 means do not use margin, 1 means use margin. Also can be used on some exchanges to specify leverage
positionId Resulting position id (used for hedge accounts)
profit Order profit
requestedPrice Current market price detected for the order
resExecutionTime Execution time of the order
resSlippage Slippage after execution
sessionNum Index of original session for position in used session list
side Side of the order
slippage Maximum slippage allowed
status Current order status
stopPrice Price for Stop order
symbol Traded symbol
timeInForce Type of execution
type Type of the order
volume Requested volume

See Also