Table of Contents

Enum OrderStatus

Namespace
Balsam
Assembly
Balsam.Common.dll

Order status

public enum OrderStatus

Fields

New = 0

New

PendingSubmit = 1

Pending submit.

Submitted = 2

Submitted

Canceled = 3

Canceled

Expired = 4

Expired

Rejected = 5

Rejected

Filled = 6

Filled

Contingent = 7

Contingent (primarily used for production scenarios)