Class: Quickfix::UnderlyingAdditionalTermBondCurrentTotalIssuedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingAdditionalTermBondCurrentTotalIssuedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondCurrentTotalIssuedAmount
constructor
A new instance of UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondCurrentTotalIssuedAmount
Returns a new instance of UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.
58246 58247 58248 58249 58250 58251 58252 |
# File 'lib/quickfix_fields.rb', line 58246 def initialize(data = nil) if( data == nil ) super(42032) else super(42032, data) end end |
Class Method Details
.field ⇒ Object
58243 58244 58245 |
# File 'lib/quickfix_fields.rb', line 58243 def UnderlyingAdditionalTermBondCurrentTotalIssuedAmount.field return 42032 end |