image/svg+xml
  • Programming Guide
  • Api Documentation
  • Version 4.1.0
    • Api Documentation
    • OnixS.CmeStpHandler
    • RequestParty
Show / Hide Table of Contents
  • OnixS.CmeStpHandler
    • AllocationIndicator
    • AssetAttribute
    • AveragePricingIndicator
    • ClearedIndicator
    • ClearingIntention
    • ClearingRequirementException
    • ClearingTransformationType
    • CollateralInstrument
    • CollateralReport
    • CollateralReportEventArgs
    • CollateralReportTransactionType
    • CollateralStatus
    • CommissionAmountType
    • CommissionBasis
    • CommissionData
    • Commodity
    • CommodityBase
    • CrossType
    • CustomerCapacity
    • Date
    • DeliveryRestriction
    • DeliveryStream
    • DifferentialPriceType
    • ErrorEventArgs
    • Event
    • EventDateType
    • ExecutionMethod
    • ExerciseStyle
    • FeeQuantityThresholdIndicator
    • FinancingDetails
    • FixedPaymentStream
    • FixmlMessageEventArgs
    • FloatPaymentStream
    • FrequencyUnit
    • IncludeCollateralIndicator
    • InstrumentStream
    • Leg
    • LegAlternativeID
    • LiquidityFlag
    • ManualOrderIndicator
    • MultiLegReportingType
    • NonDisclosedIndicator
    • OffsetInstruction
    • OptionExercise
    • OptionExerciseDate
    • OptionExerciseTimeFrame
    • OriginalTimeUnit
    • Party
    • PartyIDSource
    • PartyRole
    • PartySubID
    • PartySubIDType
    • Payment
    • PaymentDates
    • PaymentStream
    • PaymentType
    • PositionAmountData
    • PositionAmountType
    • PostTradeType
    • PostTrdTyp
    • PriceSubType
    • PriceType
    • Prod
    • ProxySettings
    • PutOrCall
    • QtyType
    • RegulatoryTradeIDEvent
    • RegulatoryTradeIDType
    • RegulatoryTradeIdentifier
    • RelatedInstrument
    • RelatedSecurityType
    • RelatedTrade
    • RelatedTradeIDSource
    • ReportAlternateID
    • ReportInstrument
    • ReportSide
    • RequestInstrument
    • RequestNotFoundException
    • RequestParty
    • RestructuringType
    • RootParty
    • RootPartyIDSource
    • SecurityIDSource
    • SecurityType
    • Session
    • Session.Default
    • SettlementFlowType
    • SettlementHolidaysProcessingInstruction
    • SettlementMethod
    • SettlementPeriod
    • Side
    • SideRegulatoryTrade
    • SplitIndicator
    • StreamType
    • SubscriptionRequestType
    • SubstitutionIndicator
    • TimestampType
    • TradeCaptureDate
    • TradeCaptureReport
    • TradeCaptureReportEventArgs
    • TradeCaptureReportRequest
    • TradeCaptureReportRequestAcknowledgement
    • TradeCaptureReportRequestAcknowledgementEventArgs
    • TradeCaptureReportRequestEventArgs
    • TradeCollateralStatus
    • TradeCollateralization
    • TradeIDEvent
    • TradeIDScope
    • TradeIDType
    • TradeLeg
    • TradePartyType
    • TradePriceNegotiationMethod
    • TradePriceStatus
    • TradeRegulationPublication
    • TradeRegulationPublicationReason
    • TradeRegulationPublicationType
    • TradeReportTransType
    • TradeReportType
    • TradeRequestResult
    • TradeRequestStatus
    • TradeRequestType
    • TradeStatus
    • TradeSubType
    • TradeTimeStamp
    • TradeType
    • TrnsfrRsn
    • UnderlyingInstrument
    • UnderlyingPriceDeterminationMethod
    • UnderlyingSymbolSfx
    • UnitOfMeasure
    • VenuTyp
    • VenueSubType
    • VenueType
    • WarningEventArgs
    • Yield

Class RequestParty

Requested party description.

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

Constructors

RequestParty()

Default constructor.

Declaration
public RequestParty()

Properties

PartyID

Party identifier/code. See PartyRole (452) below. Results will be filtered by values specified for eligible roles (e.g. ID 444 with corresponding role specified (Role = 4) would return results for Clearing Firm 444).

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

PartyRole

Identifies the type or role of the PartyID (448) specified. For subscriptions, Executing Trader (Role =12) can be specified. For filtered snapshots, Clearing Firm (Role = 4), Trading Firm (Role = 1), and Account (Role = 24) can be specified.

Declaration
public PartyRole PartyRole { get; set; }
Property Value
Type Description
PartyRole
In this article
  • Constructors
    • RequestParty()
  • Properties
    • PartyID
    • PartyRole
Back to top Copyright © Onix Solutions.
Generated by DocFX