Class: Quickfix::UnderlyingStreamNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingStreamNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotional
constructor
A new instance of UnderlyingStreamNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotional
Returns a new instance of UnderlyingStreamNotional.
34378 34379 34380 34381 34382 34383 34384 |
# File 'lib/quickfix_fields.rb', line 34378 def initialize(data = nil) if( data == nil ) super(40545) else super(40545, data) end end |
Class Method Details
.field ⇒ Object
34375 34376 34377 |
# File 'lib/quickfix_fields.rb', line 34375 def .field return 40545 end |