Class: Quickfix::CouponOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CouponOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CouponOtherDayCount
constructor
A new instance of CouponOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CouponOtherDayCount
Returns a new instance of CouponOtherDayCount.
78084 78085 78086 78087 78088 78089 78090 |
# File 'lib/quickfix_fields.rb', line 78084 def initialize(data = nil) if( data == nil ) super(2879) else super(2879, data) end end |
Class Method Details
.field ⇒ Object
78081 78082 78083 |
# File 'lib/quickfix_fields.rb', line 78081 def CouponOtherDayCount.field return 2879 end |