Class: Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateOrAmountCurrency
constructor
A new instance of UnderlyingPaymentStreamRateOrAmountCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateOrAmountCurrency
Returns a new instance of UnderlyingPaymentStreamRateOrAmountCurrency.
35314 35315 35316 35317 35318 35319 35320 |
# File 'lib/quickfix_fields.rb', line 35314 def initialize(data = nil) if( data == nil ) super(40617) else super(40617, data) end end |