Class: Quickfix::UnderlyingStreamTotalNotional
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingStreamTotalNotional
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTotalNotional
constructor
A new instance of UnderlyingStreamTotalNotional.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamTotalNotional
Returns a new instance of UnderlyingStreamTotalNotional.
56556 56557 56558 56559 56560 56561 56562 |
# File 'lib/quickfix_fields.rb', line 56556 def initialize(data = nil) if( data == nil ) super(42023) else super(42023, data) end end |