Class: Quickfix::LegPaymentScheduleRateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentScheduleRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSource
constructor
A new instance of LegPaymentScheduleRateSource.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSource
Returns a new instance of LegPaymentScheduleRateSource.
32688 32689 32690 32691 32692 32693 32694 |
# File 'lib/quickfix_fields.rb', line 32688 def initialize(data = nil) if( data == nil ) super(40415) else super(40415, data) end end |