Class: Quickfix::TerminationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TerminationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TerminationDate
constructor
A new instance of TerminationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TerminationDate
Returns a new instance of TerminationDate.
78071 78072 78073 78074 78075 78076 78077 |
# File 'lib/quickfix_fields.rb', line 78071 def initialize(data = nil) if( data == nil ) super(2878) else super(2878, data) end end |
Class Method Details
.field ⇒ Object
78068 78069 78070 |
# File 'lib/quickfix_fields.rb', line 78068 def TerminationDate.field return 2878 end |