Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingStreamCommoditySettlPeriodPrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPrice
constructor
A new instance of UnderlyingStreamCommoditySettlPeriodPrice.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPrice
Returns a new instance of UnderlyingStreamCommoditySettlPeriodPrice.
56400 56401 56402 56403 56404 56405 56406 |
# File 'lib/quickfix_fields.rb', line 56400 def initialize(data = nil) if( data == nil ) super(42010) else super(42010, data) end end |