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