Class: Quickfix::StreamVersionEffectiveDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



70879
70880
70881
# File 'lib/quickfix_fields.rb', line 70879

def StreamVersionEffectiveDate.field
  return 42785
end