Identifies the order side notion in terms of buy and sell.
| Member | Value | Description |
|---|---|---|
| osdBuy | 1 | Side properties return this value if CQGAPIConfig.UseOrderSide is set to True.
Depending on the owner, osdBuy value is returned in case of:
|
| osdSell | 2 | Side properties return this value if CQGAPIConfig.UseOrderSide is set to True.
Depending on the owner, osdSell value is returned in case of:
|
| osdUndefined | 0 | Side properties return this value if CQGAPIConfig.UseOrderSide is set to False. |
The preferred method can be set through the CQGAPIConfig.UseOrderSide property.