Class: Quickfix::LegAdditionalTermBondCouponType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegAdditionalTermBondCouponType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAdditionalTermBondCouponType
constructor
A new instance of LegAdditionalTermBondCouponType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegAdditionalTermBondCouponType
Returns a new instance of LegAdditionalTermBondCouponType.
46481 46482 46483 46484 46485 46486 46487 |
# File 'lib/quickfix_fields.rb', line 46481 def initialize(data = nil) if( data == nil ) super(41327) else super(41327, data) end end |
Class Method Details
.field ⇒ Object
46478 46479 46480 |
# File 'lib/quickfix_fields.rb', line 46478 def LegAdditionalTermBondCouponType.field return 41327 end |