Class: Quickfix::UnderlyingNotionalAdjustments
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingNotionalAdjustments
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalAdjustments
constructor
A new instance of UnderlyingNotionalAdjustments.
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 |