Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency
constructor
A new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency
Returns a new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.
56426 56427 56428 56429 56430 56431 56432 |
# File 'lib/quickfix_fields.rb', line 56426 def initialize(data = nil) if( data == nil ) super(42012) else super(42012, data) end end |