Class: Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleSettlPeriodPriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPriceCurrency
constructor
A new instance of UnderlyingPaymentScheduleSettlPeriodPriceCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleSettlPeriodPriceCurrency
Returns a new instance of UnderlyingPaymentScheduleSettlPeriodPriceCurrency.
54827 54828 54829 54830 54831 54832 54833 |
# File 'lib/quickfix_fields.rb', line 54827 def initialize(data = nil) if( data == nil ) super(41888) else super(41888, data) end end |