Class: Quickfix::PaymentScheduleRateSpreadType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentScheduleRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateSpreadType
constructor
A new instance of PaymentScheduleRateSpreadType.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateSpreadType
Returns a new instance of PaymentScheduleRateSpreadType.
44440 44441 44442 44443 44444 44445 44446 |
# File 'lib/quickfix_fields.rb', line 44440 def initialize(data = nil) if( data == nil ) super(41169) else super(41169, data) end end |