Class: Quickfix::StreamVersionEffectiveDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamVersionEffectiveDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamVersionEffectiveDate
constructor
A new instance of StreamVersionEffectiveDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamVersionEffectiveDate
Returns a new instance of StreamVersionEffectiveDate.
70882 70883 70884 70885 70886 70887 70888 |
# File 'lib/quickfix_fields.rb', line 70882 def initialize(data = nil) if( data == nil ) super(42785) else super(42785, data) end end |
Class Method Details
.field ⇒ Object
70879 70880 70881 |
# File 'lib/quickfix_fields.rb', line 70879 def StreamVersionEffectiveDate.field return 42785 end |