Class: Quickfix::LegCouponDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCouponDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponDayCount
constructor
A new instance of LegCouponDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCouponDayCount
Returns a new instance of LegCouponDayCount.
42711 42712 42713 42714 42715 42716 42717 |
# File 'lib/quickfix_fields.rb', line 42711 def initialize(data = nil) if( data == nil ) super(2165) else super(2165, data) end end |
Class Method Details
.field ⇒ Object
42708 42709 42710 |
# File 'lib/quickfix_fields.rb', line 42708 def LegCouponDayCount.field return 2165 end |