Class: Quickfix::UnderlyingCouponDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCouponDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCouponDayCount
constructor
A new instance of UnderlyingCouponDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCouponDayCount
26097 26098 26099 26100 26101 26102 26103 |
# File 'lib/quickfix_fields.rb', line 26097 def initialize(data = nil) if( data == nil ) super(1993) else super(1993, data) end end |
Class Method Details
.field ⇒ Object
26094 26095 26096 |
# File 'lib/quickfix_fields.rb', line 26094 def .field return 1993 end |