QuotingActionType

StockSharp.Algo.Strategies.Quoting

Empfohlene Aktionstypen.

Felder

Cancel
public const QuotingActionType Cancel
value = QuotingActionType.Cancel

Aktuelle Bestellung abbrechen.

Finish
public const QuotingActionType Finish
value = QuotingActionType.Finish

Beenden Sie das Zitieren (Ziel erreicht oder Timeout).

Modify
public const QuotingActionType Modify
value = QuotingActionType.Modify

Ändern Sie die aktuelle Bestellung (stornieren und registrieren Sie sich neu).

None
public const QuotingActionType None
value = QuotingActionType.None

Keine Maßnahmen erforderlich.

Register
public const QuotingActionType Register
value = QuotingActionType.Register

Registrieren Sie neue Bestellung.