Class: Quickfix::PaymentStreamFormulaCurrencyDeterminationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFormulaCurrencyDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaCurrencyDeterminationMethod
constructor
A new instance of PaymentStreamFormulaCurrencyDeterminationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaCurrencyDeterminationMethod
Returns a new instance of PaymentStreamFormulaCurrencyDeterminationMethod.
69595 69596 69597 69598 69599 69600 69601 |
# File 'lib/quickfix_fields.rb', line 69595 def initialize(data = nil) if( data == nil ) super(42687) else super(42687, data) end end |
Class Method Details
.field ⇒ Object
69592 69593 69594 |
# File 'lib/quickfix_fields.rb', line 69592 def PaymentStreamFormulaCurrencyDeterminationMethod.field return 42687 end |