Class: Quickfix::LegPaymentStreamFormulaCurrencyDeterminationMethod
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFormulaCurrencyDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrencyDeterminationMethod
constructor
A new instance of LegPaymentStreamFormulaCurrencyDeterminationMethod.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrencyDeterminationMethod
Returns a new instance of LegPaymentStreamFormulaCurrencyDeterminationMethod.
66982 66983 66984 66985 66986 66987 66988 |
# File 'lib/quickfix_fields.rb', line 66982 def initialize(data = nil) if( data == nil ) super(42483) else super(42483, data) end end |
Class Method Details
.field ⇒ Object
66979 66980 66981 |
# File 'lib/quickfix_fields.rb', line 66979 def LegPaymentStreamFormulaCurrencyDeterminationMethod.field return 42483 end |