Class: Quickfix::UnderlyingStreamNotionalAdjustments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalAdjustments
constructor
A new instance of UnderlyingStreamNotionalAdjustments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalAdjustments
Returns a new instance of UnderlyingStreamNotionalAdjustments.
75055 75056 75057 75058 75059 75060 75061 |
# File 'lib/quickfix_fields.rb', line 75055 def initialize(data = nil) if( data == nil ) super(43086) else super(43086, data) end end |
Class Method Details
.field ⇒ Object
75052 75053 75054 |
# File 'lib/quickfix_fields.rb', line 75052 def UnderlyingStreamNotionalAdjustments.field return 43086 end |