Class: Quickfix::LegPaymentStreamFormula
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFormula
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormula
constructor
A new instance of LegPaymentStreamFormula.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormula
Returns a new instance of LegPaymentStreamFormula.
67021 67022 67023 67024 67025 67026 67027 |
# File 'lib/quickfix_fields.rb', line 67021 def initialize(data = nil) if( data == nil ) super(42486) else super(42486, data) end end |
Class Method Details
.field ⇒ Object
67018 67019 67020 |
# File 'lib/quickfix_fields.rb', line 67018 def LegPaymentStreamFormula.field return 42486 end |