Class: Quickfix::UnderlyingNotionalAdjustments
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalAdjustments
constructor
A new instance of UnderlyingNotionalAdjustments.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalAdjustments
Returns a new instance of UnderlyingNotionalAdjustments.
72286 72287 72288 72289 72290 72291 72292 |
# File 'lib/quickfix_fields.rb', line 72286 def initialize(data = nil) if( data == nil ) super(2617) else super(2617, data) end end |
Class Method Details
.field ⇒ Object
72283 72284 72285 |
# File 'lib/quickfix_fields.rb', line 72283 def .field return 2617 end |