Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 888 Bytes

File metadata and controls

20 lines (13 loc) · 888 Bytes

OptionsPositionClose

Properties

Name Type Description Notes
time number Position close time [optional] [readonly] [default to undefined]
contract string Options contract name [optional] [readonly] [default to undefined]
side string Position side - `long`: Long position - `short`: Short position [optional] [readonly] [default to undefined]
pnl string PnL [optional] [readonly] [default to undefined]
text string Source of close order. See `order.text` field for specific values [optional] [readonly] [default to undefined]
settleSize string Settlement size [optional] [readonly] [default to undefined]

Enum: OptionsPositionClose.Side

  • Long (value: 'long')

  • Short (value: 'short')