Class: Quickfix::LegPaymentStreamFormulaDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFormulaDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaDesc
constructor
A new instance of LegPaymentStreamFormulaDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaDesc
Returns a new instance of LegPaymentStreamFormulaDesc.
67034 67035 67036 67037 67038 67039 67040 |
# File 'lib/quickfix_fields.rb', line 67034 def initialize(data = nil) if( data == nil ) super(42487) else super(42487, data) end end |
Class Method Details
.field ⇒ Object
67031 67032 67033 |
# File 'lib/quickfix_fields.rb', line 67031 def LegPaymentStreamFormulaDesc.field return 42487 end |