Click or drag to resize

OrderAction Enumeration

Interactive action of an order

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum OrderAction
Members
Member nameValueDescription
Buy0 Buy
BuyToCover1 Buy to cover
Sell2 Sell
SellShort3 Sell short
See Also