Class: Quickfix::UnderlyingCouponOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCouponOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponOtherDayCount
constructor
A new instance of UnderlyingCouponOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponOtherDayCount
Returns a new instance of UnderlyingCouponOtherDayCount.
78110 78111 78112 78113 78114 78115 78116 |
# File 'lib/quickfix_fields.rb', line 78110 def initialize(data = nil) if( data == nil ) super(2881) else super(2881, data) end end |
Class Method Details
.field ⇒ Object
78107 78108 78109 |
# File 'lib/quickfix_fields.rb', line 78107 def .field return 2881 end |