Class: Quickfix::LegStartDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStartDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStartDate
constructor
A new instance of LegStartDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStartDate
Returns a new instance of LegStartDate.
61522 61523 61524 61525 61526 61527 61528 |
# File 'lib/quickfix_fields.rb', line 61522 def initialize(data = nil) if( data == nil ) super(2513) else super(2513, data) end end |
Class Method Details
.field ⇒ Object
61519 61520 61521 |
# File 'lib/quickfix_fields.rb', line 61519 def LegStartDate.field return 2513 end |