Click or drag to resize

OrderHelper Class

Order Helper class
Inheritance Hierarchy

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public class OrderHelper : MessageBoxBase, 
	INotifyPropertyChanged, IWeakEventListener, IDisposable

The OrderHelper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccount
Gets or sets the account
Public propertyAccountCommand
Gets the account command
Public propertyAccountsView
Gets the available Accounts
Public propertyBasketOrderCommand
Public propertyBuyAskCommand
Gets the buy ask command
Public propertyBuyBidCommand
Gets the buy bid command
Public propertyBuyBidPlusCommand
Gets the buy bid plus command
Public propertyBuyCommand
Gets the buy command
Public propertyBuyEntryCommand
Gets the buy order entry view
Public propertyBuyMarketCommand
Gets the buy market command
Public propertyBuyMidCommand
Public propertyChartTraderStopLimitCommand
Gets the chart trader stop limit command
Public propertyChartTraderStopMarketCommand
Gets the chart trader stop market command
Public propertyClosePositionCommand
Gets the close position command
Public propertyDialogResult
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDisclosedQuantity
Gets or sets the disclosed quantity
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyFileService (Inherited from MessageBoxBase.)
Public propertyHkBuyAskCommand
Public propertyHkBuyBidCommand
Public propertyHkBuyMarketCommand
Public propertyHkClosePositionCommand
Public propertyHkReversePositionCommand
Public propertyHkSellAskCommand
Public propertyHkSellBidCommand
Public propertyHkSellMarketCommand
Public propertyInstrument
Gets or sets the instrument
Public propertyInstrumentCommand
Gets the instrument command
Public propertyIsOco
Gets or sets if its oco
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Public propertyLimitCommand
Gets the limit command
Public propertyLimitPrice
Gets or sets the limit price
Public propertyMarketCommand
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Public propertyOco
Gets or sets the oco string
Public propertyOrderAction
Gets or sets the order action
Public propertyOrderTemplate
Public propertyOrderTemplates
Gets the available order templates
Public propertyOrderType
Gets or sets the order type
Public propertyPendingOrders
Gets the pending orders collection view
Public propertyPlusSize
Gets or sets plus size
Public propertyPosition
Gets or sets the position
Public propertyProductType
Public propertyProductTypeCommand
Public propertyProductTypes
Public propertyQuantity
Gets or sets the quantity
Public propertyReversePositionCommand
Gets the reverse position command
Public propertySellAskCommand
Gets the sell ask command
Public propertySellAskPlusCommand
Gets the sell ask plus command
Public propertySellBidCommand
Gets the sell bid command
Public propertySellCommand
Gets the sell command
Public propertySellEntryCommand
Gets the sell order entry view
Public propertySellMarketCommand
Gets the sell market command
Public propertySellMidCommand
Public propertyStatic memberShowSnapQuotesViewCommand
Protected propertySingletonService (Inherited from MessageBoxBase.)
Public propertyStopLimitCommand
Gets the stop limit command
Public propertyStopMarketCommand
Gets the stop market command
Public propertyStopPrice
Gets or sets the stop price
Public propertyTimeInForce
Gets or sets the time in force
Public propertyTimeInForceCommand
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also