OrderHelper Class |
Namespace: SharpCharts.Base.Order
public class OrderHelper : MessageBoxBase, INotifyPropertyChanged
The OrderHelper type exposes the following members.
Name | Description | |
---|---|---|
OrderHelper |
Constructor for order helper
|
Name | Description | |
---|---|---|
Account |
Gets or sets the account
| |
AccountCommand |
Gets the account command
| |
AccountsView |
Gets the available Accounts
| |
BracketOrders |
Gets the available bracket orders
| |
BuyAskCommand |
Gets the buy ask command
| |
BuyBidCommand |
Gets the buy bid command
| |
BuyBidPlusCommand |
Gets the buy bid plus command
| |
BuyCommand |
Gets the buy command
| |
BuyMarketCommand |
Gets the buy market command
| |
ChartTraderStopLimitCommand |
Gets the chart trader stop limit command
| |
ChartTraderStopMarketCommand |
Gets the chart trader stop market command
| |
ClosePositionCommand |
Gets the close position command
| |
Error |
Gets the Error string
(Inherited from MessageBoxBase.) | |
Instrument |
Gets or sets the instrument
| |
InstrumentCommand |
Gets the instrument command
| |
IsOco |
Gets or sets if its oco
| |
Item |
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.) | |
LimitCommand |
Gets the limit command
| |
LimitPrice |
Gets or sets the limit price
| |
Oco |
Gets or sets the oco string
| |
OrderAction |
Gets or sets the order action
| |
OrderManager |
Gets or sets the Bracket order, if any
| |
OrderType |
Gets or sets the order type
| |
PendingOrders |
Gets the pending orders collection view
| |
PlusSize |
Gets or sets plus size
| |
Position |
Gets or sets the position
| |
Quantity |
Gets or sets the quantity
| |
ReversePositionCommand |
Gets the reverse position command
| |
SellAskCommand |
Gets the sell ask command
| |
SellAskPlusCommand |
Gets the sell ask plus command
| |
SellBidCommand |
Gets the sell bid command
| |
SellCommand |
Gets the sell command
| |
SellMarketCommand |
Gets the sell market command
| |
StopLimitCommand |
Gets the stop limit command
| |
StopMarketCommand |
Gets the stop market command
| |
StopPrice |
Gets or sets the stop price
| |
TimeInForce |
Gets or sets the time in force
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Property changed event
|