Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 776 Bytes

OptionsPositionClose.md

File metadata and controls

20 lines (13 loc) · 776 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 or short [optional] [readonly] [default to undefined]
pnl string PNL [optional] [readonly] [default to undefined]
text string Text of close order [optional] [readonly] [default to undefined]
settleSize string settlement size [optional] [readonly] [default to undefined]

Enum: OptionsPositionClose.Side

  • Long (value: 'long')

  • Short (value: 'short')