Enum

OptionTradeSide

Which side of the market a trade hit.

values4 used byMultiLegSpreadused byMultiLegSpreadLeg
Values
OPTION_TRADE_SIDE_NO 0
No side.
OPTION_TRADE_SIDE_ASK 1
Hit the ask.
OPTION_TRADE_SIDE_BID 2
Hit the bid.
OPTION_TRADE_SIDE_MID 3
Filled at the mid.