TSLab API Docs
1
|
The order. More...
Public Member Functions | |
int | FindBarNumber< T > (IReadOnlyList< T > bars) |
Find the bar number for the order. The bar number. | |
Properties | |
long | Id [get] |
The order Id. | |
IDataSourceSecurity | Security [get] |
The order security. | |
bool | IsPriceFromTrades [get] |
Is price from the order trades. | |
double | Price [get] |
The order price. | |
double | OrderPrice [get] |
The order requested price. | |
double | Quantity [get] |
The order quantity. | |
double | Slippage [get] |
The order slippage. | |
double | RestQuantity [get] |
The order rest quantity. | |
bool | IsBuy [get] |
Buy or sell order. | |
OrderStatus | Status [get] |
The order status. | |
bool | IsActive [get] |
Is order is active. | |
bool | IsExecuted [get] |
Is order was executed. | |
OrderType | OrderType [get] |
The order type. | |
DateTime | Date [get] |
The last status modification date of the order. | |
string | Comment [get] |
The order comment. | |
string | Notes [get] |
The order note. | |
The order.