Class: Quickfix::NoPaymentScheduleRateSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPaymentScheduleRateSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentScheduleRateSources
constructor
A new instance of NoPaymentScheduleRateSources.
Constructor Details
#initialize(data = nil) ⇒ NoPaymentScheduleRateSources
Returns a new instance of NoPaymentScheduleRateSources.
38577 38578 38579 38580 38581 38582 38583 |
# File 'lib/quickfix_fields.rb', line 38577 def initialize(data = nil) if( data == nil ) super(40868) else super(40868, data) end end |