Class: Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
constructor
A new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod
Returns a new instance of UnderlyingPaymentStreamFormulaCurrencyDeterminationMethod.
73664 73665 73666 73667 73668 73669 73670 |
# File 'lib/quickfix_fields.rb', line 73664 def initialize(data = nil) if( data == nil ) super(42979) else super(42979, data) end end |