Table of Contents

Class TimeInForce

Namespace
StockSharp.Fix.Native
Assembly
StockSharp.Fix.Core.dll
public static class TimeInForce
Inheritance
TimeInForce
Inherited Members

Fields

AtCrossing

public const char AtCrossing = '9'

Field Value

char

AtTheClose

public const char AtTheClose = '7'

Field Value

char

AtTheOpening

public const char AtTheOpening = '2'

Field Value

char

Day

public const char Day = '0'

Field Value

char

FillOrKill

public const char FillOrKill = '4'

Field Value

char

GoodThroughCrossing

public const char GoodThroughCrossing = '8'

Field Value

char

GoodTillCancel

public const char GoodTillCancel = '1'

Field Value

char

GoodTillCrossing

public const char GoodTillCrossing = '5'

Field Value

char

GoodTillDate

public const char GoodTillDate = '6'

Field Value

char

ImmediateOrCancel

public const char ImmediateOrCancel = '3'

Field Value

char