Class: Quickfix::FinancingTermSupplementDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::FinancingTermSupplementDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FinancingTermSupplementDate
constructor
A new instance of FinancingTermSupplementDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ FinancingTermSupplementDate
Returns a new instance of FinancingTermSupplementDate.
27930 27931 27932 27933 27934 27935 27936 |
# File 'lib/quickfix_fields.rb', line 27930 def initialize(data = nil) if( data == nil ) super(40048) else super(40048, data) end end |
Class Method Details
.field ⇒ Object
27927 27928 27929 |
# File 'lib/quickfix_fields.rb', line 27927 def FinancingTermSupplementDate.field return 40048 end |