Class: Quickfix::UnderlyingPaymentScheduleFixedCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedCurrency
constructor
A new instance of UnderlyingPaymentScheduleFixedCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedCurrency
Returns a new instance of UnderlyingPaymentScheduleFixedCurrency.
36120 36121 36122 36123 36124 36125 36126 |
# File 'lib/quickfix_fields.rb', line 36120 def initialize(data = nil) if( data == nil ) super(40679) else super(40679, data) end end |