Class: Quickfix::LegPaymentStreamDiscountRateDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDiscountRateDayCount

Returns a new instance of LegPaymentStreamDiscountRateDayCount.



31024
31025
31026
31027
31028
31029
31030
# File 'lib/quickfix_fields.rb', line 31024

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