Class: Quickfix::LegStreamVersionEffectiveDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamVersionEffectiveDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamVersionEffectiveDate
constructor
A new instance of LegStreamVersionEffectiveDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamVersionEffectiveDate
Returns a new instance of LegStreamVersionEffectiveDate.
68295 68296 68297 68298 68299 68300 68301 |
# File 'lib/quickfix_fields.rb', line 68295 def initialize(data = nil) if( data == nil ) super(42584) else super(42584, data) end end |
Class Method Details
.field ⇒ Object
68292 68293 68294 |
# File 'lib/quickfix_fields.rb', line 68292 def LegStreamVersionEffectiveDate.field return 42584 end |