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.6 (1.0.0.6)
Syntax
C#
public class OrderHelper : MessageBoxBase, 
	INotifyPropertyChanged

The OrderHelper type exposes the following members.

Constructors
  NameDescription
Public methodOrderHelper
Constructor for order helper
Top
Properties
  NameDescription
Public propertyAccount
Gets or sets the account
Public propertyAccountCommand
Gets the account command
Public propertyAccountsView
Gets the available Accounts
Public propertyBracketOrders
Gets the available bracket orders
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 propertyBuyMarketCommand
Gets the buy market command
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 propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
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 propertyOco
Gets or sets the oco string
Public propertyOrderAction
Gets or sets the order action
Public propertyOrderManager
Gets or sets the Bracket order, if any
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 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 propertySellMarketCommand
Gets the sell market command
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
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 a hash function for a particular type.
(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