Class: Quickfix::UnderlyingStreamVersionEffectiveDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamVersionEffectiveDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamVersionEffectiveDate
constructor
A new instance of UnderlyingStreamVersionEffectiveDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamVersionEffectiveDate
Returns a new instance of UnderlyingStreamVersionEffectiveDate.
75029 75030 75031 75032 75033 75034 75035 |
# File 'lib/quickfix_fields.rb', line 75029 def initialize(data = nil) if( data == nil ) super(43084) else super(43084, data) end end |
Class Method Details
.field ⇒ Object
75026 75027 75028 |
# File 'lib/quickfix_fields.rb', line 75026 def UnderlyingStreamVersionEffectiveDate.field return 43084 end |