Class Order
Order ticket
Inherited Members
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class Order
Fields
| Edit this page View SourceComment
user-defined comment
Declaration
public string Comment
Field Value
| Type | Description |
|---|---|
| string |
Condition
exec condition
Declaration
public Func<Instrument, bool> Condition
Field Value
| Type | Description |
|---|---|
| Func<Instrument, bool> |
Instrument
instrument this order is for
Declaration
public Instrument Instrument
Field Value
| Type | Description |
|---|---|
| Instrument |
Price
price of order, only required for stop orders
Declaration
public double Price
Field Value
| Type | Description |
|---|---|
| double |
Quantity
quantity of order
Declaration
public int Quantity
Field Value
| Type | Description |
|---|---|
| int |
QueueTime
time stamp of queuing this order
Declaration
public DateTime QueueTime
Field Value
| Type | Description |
|---|---|
| DateTime |
Type
type of order
Declaration
public OrderType Type
Field Value
| Type | Description |
|---|---|
| OrderType |