Show / Hide Table of Contents

Class Order

Order ticket

Inheritance
System.Object
Order
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String
| Improve this Doc View Source

Condition

exec condition

Declaration
public Func<Instrument, bool> Condition
Field Value
Type Description
System.Func<Instrument, System.Boolean>
| 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
System.Double
| Improve this Doc View Source

Quantity

quantity of order

Declaration
public int Quantity
Field Value
Type Description
System.Int32
| 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-2021, Bertram Solutions LLC