Class: Quickfix::LegPaymentStreamFormulaImage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamFormulaImage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaImage
constructor
A new instance of LegPaymentStreamFormulaImage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaImage
Returns a new instance of LegPaymentStreamFormulaImage.
66579 66580 66581 66582 66583 66584 66585 |
# File 'lib/quickfix_fields.rb', line 66579 def initialize(data = nil) if( data == nil ) super(42452) else super(42452, data) end end |
Class Method Details
.field ⇒ Object
66576 66577 66578 |
# File 'lib/quickfix_fields.rb', line 66576 def LegPaymentStreamFormulaImage.field return 42452 end |