Click or drag to resize

IAccount Interface

The account where the orders are placed

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IAccount

The IAccount type exposes the following members.

Properties
 NameDescription
Public propertyAccountType Gets the AccountType
Public propertyBasketOrderCount Maximum number of orders that can be submitted in a basket
Public propertyConnection Gets the IConnection associated with the account
Public propertyDisplayName Gets the display name of the account
Public propertyId Gets the account id
Public propertyIsBasketOrderSupported Is basket order supported by the account
Public propertyIsOcoSupported Is Oco order supported by the account
Public propertyOrderTemplatesTypes Gets the supported OrderTemplateBase
Public propertyOrderTypes Gets the supported OrderType
Public propertyProductTypes Gets the supported ProductType
Public propertyTimeInForces Gets the supported TimeInForce
Top
See Also