Enum IcebergType
Type of an iceberg order.
public enum IcebergType
Fields
Native = 1
Represents native (exchange-managed) iceberg type.
Synthetic = 2
Represents synthetic (managed outside of the exchange) iceberg type.
Undefined = 0
Iceberg type is undefined, unknown or inapplicable.