Class: Quickfix::AdditionalTermBondCouponType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AdditionalTermBondCouponType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdditionalTermBondCouponType
constructor
A new instance of AdditionalTermBondCouponType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AdditionalTermBondCouponType
27423 27424 27425 27426 27427 27428 27429 |
# File 'lib/quickfix_fields.rb', line 27423 def initialize(data = nil) if( data == nil ) super(40011) else super(40011, data) end end |
Class Method Details
.field ⇒ Object
27420 27421 27422 |
# File 'lib/quickfix_fields.rb', line 27420 def AdditionalTermBondCouponType.field return 40011 end |