Class: Quickfix::PaymentStreamFormulaImage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFormulaImage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaImage
constructor
A new instance of PaymentStreamFormulaImage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaImage
Returns a new instance of PaymentStreamFormulaImage.
69153 69154 69155 69156 69157 69158 69159 |
# File 'lib/quickfix_fields.rb', line 69153 def initialize(data = nil) if( data == nil ) super(42653) else super(42653, data) end end |
Class Method Details
.field ⇒ Object
69150 69151 69152 |
# File 'lib/quickfix_fields.rb', line 69150 def PaymentStreamFormulaImage.field return 42653 end |