Class: Quickfix::StreamCommoditySettlPeriodNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::StreamCommoditySettlPeriodNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommoditySettlPeriodNotional
constructor
A new instance of StreamCommoditySettlPeriodNotional.
Constructor Details
#initialize(data = nil) ⇒ StreamCommoditySettlPeriodNotional
Returns a new instance of StreamCommoditySettlPeriodNotional.
46039 46040 46041 46042 46043 46044 46045 |
# File 'lib/quickfix_fields.rb', line 46039 def initialize(data = nil) if( data == nil ) super(41293) else super(41293, data) end end |