forwardSide Enumeration   Table of ContentSideRegulatoryTrade Constructor forward
SideRegulatoryTrade Class
Information about Side Regulatory Trade.
Inheritance Hierarchy
System.Object
  OnixS.CmeStpHandler.SideRegulatoryTrade

Namespace:  OnixS.CmeStpHandler
Assembly:  OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
[SerializableAttribute]
public class SideRegulatoryTrade

The SideRegulatoryTrade type exposes the following members.

Constructors
  NameDescription
Public methodSideRegulatoryTrade
Default constructor.
Top
Properties
  NameDescription
Public propertyDataRepositoryID
Identifier of the data repository, currently defaulted to DTCCGTR.
Public propertyFacilityType
Indicates which regulator the ID is for.
Public propertyLegReferenceID
When reporting the USI or UTI of a spread or strategy, this indicates the leg number that the USI or UTI references, as communicated in the LegNo field.
Public propertyTradeID
Regulatory Trade ID for the trade side. Will be used to communicate the Universal Swap Identifier (USI) or Unique Trade Identifier (UTI) associated with a cleared trade.
Public propertyTradeIDEvent
Event causing origination of the ID, e.g. Clearing.
Public propertyTradeIDScope
Included when a trade must be assigned more than one identifier, e.g. one for the clearing member and another for the client on a cleared trade as with the principal model in Europe.
Public propertyTradeIDSource
ID of reporting entity assigned by regulatory agency.
Public propertyTradeIDType
The type of Regulatory Trade ID being sent.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also