Class: Quickfix::LegStreamNotionalAdjustments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegStreamNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamNotionalAdjustments
constructor
A new instance of LegStreamNotionalAdjustments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegStreamNotionalAdjustments
Returns a new instance of LegStreamNotionalAdjustments.
68321 68322 68323 68324 68325 68326 68327 |
# File 'lib/quickfix_fields.rb', line 68321 def initialize(data = nil) if( data == nil ) super(42586) else super(42586, data) end end |
Class Method Details
.field ⇒ Object
68318 68319 68320 |
# File 'lib/quickfix_fields.rb', line 68318 def LegStreamNotionalAdjustments.field return 42586 end |