Class: Quickfix::LegCouponOtherDayCount
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCouponOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCouponOtherDayCount
constructor
A new instance of LegCouponOtherDayCount.
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 |