Show / Hide Table of Contents

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 Source

Comment

user-defined comment

Declaration
public string Comment
Field Value
Type Description
string
| Improve this Doc View Source

Condition

exec condition

Declaration
public Func<Instrument, bool> Condition
Field Value
Type Description
System.Func<T, TResult><Instrument, bool>
| Improve this Doc View Source

Instrument

instrument this order is for

Declaration
public Instrument Instrument
Field Value
Type Description
Instrument
| Improve this Doc View Source

Price

price of order, only required for stop orders

Declaration
public double Price
Field Value
Type Description
double
| Improve this Doc View Source

Quantity

quantity of order

Declaration
public int Quantity
Field Value
Type Description
int
| Improve this Doc View Source

QueueTime

time stamp of queuing this order

Declaration
public DateTime QueueTime
Field Value
Type Description
System.DateTime
| Improve this Doc View Source

Type

type of order

Declaration
public OrderType Type
Field Value
Type Description
OrderType
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com