image/svg+xml
  • Programming Guide
  • Api Documentation
  • Version 4.1.0
    • Api Documentation
    • OnixS.CmeStpHandler
    • ProxySettings
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 ProxySettings

Represents proxy account information.

Inheritance
object
ProxySettings
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
public class ProxySettings

Fields

Domain

Proxy domain for domain based authentication.

Declaration
public string Domain
Field Value
Type Description
string

Host

Proxy host.

Declaration
public string Host
Field Value
Type Description
string

Password

Proxy password.

Declaration
public string Password
Field Value
Type Description
string

Port

Proxy port.

Declaration
public int Port
Field Value
Type Description
int

Username

Proxy user name.

Declaration
public string Username
Field Value
Type Description
string
In this article
  • Fields
    • Domain
    • Host
    • Password
    • Port
    • Username
Back to top Copyright © Onix Solutions.
Generated by DocFX