Class: Quickfix::LegCouponOtherDayCount

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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