Class: Quickfix::UnderlyingStreamTotalNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingStreamTotalNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamTotalNotional
constructor
A new instance of UnderlyingStreamTotalNotional.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
56553 56554 56555 |
# File 'lib/quickfix_fields.rb', line 56553 def .field return 42023 end |