forwardBuild Method    Table of ContentFixingLockdownEventArgsBuilder Constructor forward
FixingLockdownEventArgsBuilder Class
Builder to build instances of FixingLockdownEventArgs.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.Testing.FixingLockdownEventArgsBuilder

Namespace:  OnixS.NET.ICE.iMpact.Testing
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public class FixingLockdownEventArgsBuilder

The FixingLockdownEventArgsBuilder type exposes the following members.

Constructors
  NameDescription
Public methodFixingLockdownEventArgsBuilder
Initializes a new instance of the FixingLockdownEventArgsBuilder class
Top
Properties
  NameDescription
Public propertyAggBidQty
Aggregate bid quantity. Apply `NumDecimalsQuantity`.
Public propertyAggOfferQty
Aggregate offer quantity. Apply `NumDecimalsQuantity`.
Public propertyAuctionDate
Date format: MM-DD-YYYY.
Public propertyDescription
The auction runs twice daily at 10:30am and 3:00pm London time. The values disseminated via this field are: `GOLD_1030`, `GOLD_1500`, `SILVER_1200`.
Public propertyEurPrice
Obsolete. The price will be published via the Fixing Indicative Price Message.
Public propertyGbpPrice
Obsolete. The price will be published via the Fixing Indicative Price Message.
Public propertyIsBalanced
Indicate if this is balanced or not.
Public propertyIsFinal
Indicate if this is final or not.
Public propertyMarketId
Unique identifier of the market.
Public propertyNumDecimalsQuantity
Apply to `AggBidQty` and `AggOfferQty`.
Public propertyRound
Round.
Public propertySentTime
Date-time of the message sent.
Public propertyTime
Date time the message was sent. Milliseconds since Jan 1st, 1970, 00:00:00 GMT.
Public propertyUsdPrice
Auctioneers price for the round in USD. Please apply `OrderPriceDenominator`. Use 2 decimal places for USD Price for Gold and 3 decimal places for Silver.
Top
Methods
  NameDescription
Public methodBuild
Creates an instance of FixingLockdownEventArgs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also