• Version 4.1.0
Show / Hide Table of Contents

Class DeliveryStream

Delivery Stream.

Inheritance
object
DeliveryStream
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX