Class: Quickfix::NoUnderlyingAmounts
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingAmounts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingAmounts
constructor
A new instance of NoUnderlyingAmounts.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
13263 13264 13265 |
# File 'lib/quickfix_fields.rb', line 13263 def .field return 984 end |