Class: Quickfix::UnderlyingCollectAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingCollectAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCollectAmount
constructor
A new instance of UnderlyingCollectAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCollectAmount
Returns a new instance of UnderlyingCollectAmount.
13292 13293 13294 13295 13296 13297 13298 |
# File 'lib/quickfix_fields.rb', line 13292 def initialize(data = nil) if( data == nil ) super(986) else super(986, data) end end |
Class Method Details
.field ⇒ Object
13289 13290 13291 |
# File 'lib/quickfix_fields.rb', line 13289 def .field return 986 end |