Class: Quickfix::PaymentStreamDiscountRateDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamDiscountRateDayCount

Returns a new instance of PaymentStreamDiscountRateDayCount.



36991
36992
36993
36994
36995
36996
36997
# File 'lib/quickfix_fields.rb', line 36991

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