Click or drag to resize

ProductType Enumeration

Product type of an order

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public enum ProductType
Members
  Member nameValueDescription
Cash0 Cash
Margin1 Margin
OCO2 One Cancels other. Submits a stop and a target order
CO3 Conditional order. Submits a stop order
Unknown4 Product types not supported by ArthaChitra
See Also