Class: Quickfix::UnderlyingPaymentStreamFormulaDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFormulaDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaDesc
constructor
A new instance of UnderlyingPaymentStreamFormulaDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaDesc
Returns a new instance of UnderlyingPaymentStreamFormulaDesc.
73716 73717 73718 73719 73720 73721 73722 |
# File 'lib/quickfix_fields.rb', line 73716 def initialize(data = nil) if( data == nil ) super(42983) else super(42983, data) end end |
Class Method Details
.field ⇒ Object
73713 73714 73715 |
# File 'lib/quickfix_fields.rb', line 73713 def .field return 42983 end |