• Version 4.1.0
Show / Hide Table of Contents

Class RelatedTrade

Information about related trades.

Inheritance
object
RelatedTrade
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 RelatedTrade

Constructors

RelatedTrade()

Default constructor.

Declaration
public RelatedTrade()

Properties

RelatedTradeID

Identifier of a related trade.

Declaration
public string RelatedTradeID { get; set; }
Property Value
Type Description
string

RelatedTradeIDSource

Describes the source of the identifier that RelatedTradeID(1856) represents.

Declaration
public RelatedTradeIDSource RelatedTradeIDSource { get; set; }
Property Value
Type Description
RelatedTradeIDSource
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX