Class: Quickfix::NoUnderlyingAmounts
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingAmounts
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingAmounts
constructor
A new instance of NoUnderlyingAmounts.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingAmounts
Returns a new instance of NoUnderlyingAmounts.
13266 13267 13268 13269 13270 13271 13272 |
# File 'lib/quickfix_fields.rb', line 13266 def initialize(data = nil) if( data == nil ) super(984) else super(984, data) end end |