Class: Quickfix::UnderlyingPaymentStreamFormulaImage
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFormulaImage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImage
constructor
A new instance of UnderlyingPaymentStreamFormulaImage.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaImage
Returns a new instance of UnderlyingPaymentStreamFormulaImage.
73261 73262 73263 73264 73265 73266 73267 |
# File 'lib/quickfix_fields.rb', line 73261 def initialize(data = nil) if( data == nil ) super(42948) else super(42948, data) end end |
Class Method Details
.field ⇒ Object
73258 73259 73260 |
# File 'lib/quickfix_fields.rb', line 73258 def .field return 42948 end |