Build Method | Table of Content | FixingLockdownEventArgsBuilder Constructor |
FixingLockdownEventArgsBuilder Class |
Namespace: OnixS.NET.ICE.iMpact.Testing
public class FixingLockdownEventArgsBuilder
The FixingLockdownEventArgsBuilder type exposes the following members.
Name | Description | |
---|---|---|
FixingLockdownEventArgsBuilder | Initializes a new instance of the FixingLockdownEventArgsBuilder class |
Name | Description | |
---|---|---|
AggBidQty |
Aggregate bid quantity. Apply `NumDecimalsQuantity`.
| |
AggOfferQty |
Aggregate offer quantity. Apply `NumDecimalsQuantity`.
| |
AuctionDate |
Date format: MM-DD-YYYY.
| |
Description |
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`.
| |
EurPrice |
Obsolete. The price will be published via the Fixing Indicative Price
Message.
| |
GbpPrice |
Obsolete. The price will be published via the Fixing Indicative Price
Message.
| |
IsBalanced |
Indicate if this is balanced or not.
| |
IsFinal |
Indicate if this is final or not.
| |
MarketId |
Unique identifier of the market.
| |
NumDecimalsQuantity |
Apply to `AggBidQty` and `AggOfferQty`.
| |
Round |
Round.
| |
SentTime |
Date-time of the message sent.
| |
Time |
Date time the message was sent. Milliseconds since Jan 1st, 1970,
00:00:00 GMT.
| |
UsdPrice |
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.
|
Name | Description | |
---|---|---|
Build |
Creates an instance of FixingLockdownEventArgs.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |