Class: Quickfix::UnderlyingPaymentScheduleRateSourceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSourceType
constructor
A new instance of UnderlyingPaymentScheduleRateSourceType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleRateSourceType
Returns a new instance of UnderlyingPaymentScheduleRateSourceType.
36471 36472 36473 36474 36475 36476 36477 |
# File 'lib/quickfix_fields.rb', line 36471 def initialize(data = nil) if( data == nil ) super(40706) else super(40706, data) end end |