Class: Quickfix::NoLegPaymentScheduleRateSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegPaymentScheduleRateSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentScheduleRateSources
constructor
A new instance of NoLegPaymentScheduleRateSources.
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentScheduleRateSources
Returns a new instance of NoLegPaymentScheduleRateSources.
32675 32676 32677 32678 32679 32680 32681 |
# File 'lib/quickfix_fields.rb', line 32675 def initialize(data = nil) if( data == nil ) super(40414) else super(40414, data) end end |