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