Class: Quickfix::LegPaymentStreamFormulaCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFormulaCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrency
constructor
A new instance of LegPaymentStreamFormulaCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrency
Returns a new instance of LegPaymentStreamFormulaCurrency.
66969 66970 66971 66972 66973 66974 66975 |
# File 'lib/quickfix_fields.rb', line 66969 def initialize(data = nil) if( data == nil ) super(42482) else super(42482, data) end end |
Class Method Details
.field ⇒ Object
66966 66967 66968 |
# File 'lib/quickfix_fields.rb', line 66966 def LegPaymentStreamFormulaCurrency.field return 42482 end |