Class: Quickfix::LegCouponOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCouponOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponOtherDayCount
constructor
A new instance of LegCouponOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCouponOtherDayCount
Returns a new instance of LegCouponOtherDayCount.
78097 78098 78099 78100 78101 78102 78103 |
# File 'lib/quickfix_fields.rb', line 78097 def initialize(data = nil) if( data == nil ) super(2880) else super(2880, data) end end |
Class Method Details
.field ⇒ Object
78094 78095 78096 |
# File 'lib/quickfix_fields.rb', line 78094 def LegCouponOtherDayCount.field return 2880 end |