Class: Quickfix::LegCouponPaymentDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCouponPaymentDate

Returns a new instance of LegCouponPaymentDate.



6025
6026
6027
6028
6029
6030
6031
# File 'lib/quickfix_fields.rb', line 6025

def initialize(data = nil)
  if( data == nil )
    super(248)
  else
    super(248, data)
  end
end