Class: Quickfix::FinancingTermSupplementDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FinancingTermSupplementDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FinancingTermSupplementDesc
constructor
A new instance of FinancingTermSupplementDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FinancingTermSupplementDesc
Returns a new instance of FinancingTermSupplementDesc.
27917 27918 27919 27920 27921 27922 27923 |
# File 'lib/quickfix_fields.rb', line 27917 def initialize(data = nil) if( data == nil ) super(40047) else super(40047, data) end end |
Class Method Details
.field ⇒ Object
27914 27915 27916 |
# File 'lib/quickfix_fields.rb', line 27914 def FinancingTermSupplementDesc.field return 40047 end |