InfoDouble
InfoDouble
Gets the value of specified double type property.
bool InfoDouble(
ENUM_ORDER_PROPERTY_DOUBLE prop_id, // property ID
double& var // reference to variable
) constParameters
- prop_id
[in] ID of double type property from ENUM_ORDER_PROPERTY_DOUBLE enumeration.
- var
[out] Reference to double type variable to place result.
Return Value
true – success, false – unable to get property value.
Note
The historical order should be selected using the Ticket (by ticket) or SelectByIndex (by index) methods.
Last updated on