Class DeliveryStream
Delivery Stream.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class DeliveryStream
Constructors
DeliveryStream()
Default constructor.
Declaration
public DeliveryStream()
Properties
DeliveryStreamDeliveryPoint
The point at which the commodity product will be delivered and received. Value specified should follow market convention appropriate for the commodity product.
Declaration
public string DeliveryStreamDeliveryPoint { get; set; }
Property Value
Type | Description |
---|---|
string |
DeliveryStreamDeliveryRestriction
Specifies under what conditions the buyer and seller should be excused of their delivery obligations.
Declaration
public DeliveryRestriction DeliveryStreamDeliveryRestriction { get; set; }
Property Value
Type | Description |
---|---|
DeliveryRestriction |