The C_ActionType represents the various action types available for orders.


Name

Description

BUY

Buy orders are used to open a long position (or close a short one).

BUY_TO_COVER

Buy to cover orders are used to close a short position.

SELL

Sell orders are used to close a long position (or open a short one).

SELL_SHORT

Sell short orders are used to open a short position.