Class: Quickfix::LegCouponType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCouponType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponType
constructor
A new instance of LegCouponType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCouponType
Returns a new instance of LegCouponType.
42659 42660 42661 42662 42663 42664 42665 |
# File 'lib/quickfix_fields.rb', line 42659 def initialize(data = nil) if( data == nil ) super(2161) else super(2161, data) end end |
Class Method Details
.field ⇒ Object
42656 42657 42658 |
# File 'lib/quickfix_fields.rb', line 42656 def LegCouponType.field return 2161 end |