Class: Quickfix::LegEndDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegEndDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEndDate
constructor
A new instance of LegEndDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegEndDate
Returns a new instance of LegEndDate.
61431 61432 61433 61434 61435 61436 61437 |
# File 'lib/quickfix_fields.rb', line 61431 def initialize(data = nil) if( data == nil ) super(2506) else super(2506, data) end end |
Class Method Details
.field ⇒ Object
61428 61429 61430 |
# File 'lib/quickfix_fields.rb', line 61428 def LegEndDate.field return 2506 end |