Class Order
Order ticket
Inheritance
object
Order
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class Order
Fields
| Improve this Doc 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 |
---|---|
System.Func<T, TResult><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 |
---|---|
System.DateTime |
Type
type of order
Declaration
public OrderType Type
Field Value
Type | Description |
---|---|
OrderType |