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