Class: Quickfix::StreamEffectiveDateAdjusted

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) ⇒ StreamEffectiveDateAdjusted

Returns a new instance of StreamEffectiveDateAdjusted.



39175
39176
39177
39178
39179
39180
39181
# File 'lib/quickfix_fields.rb', line 39175

def initialize(data = nil)
  if( data == nil )
    super(40914)
  else
    super(40914, data)
  end
end

Class Method Details

.fieldObject



39172
39173
39174
# File 'lib/quickfix_fields.rb', line 39172

def StreamEffectiveDateAdjusted.field
  return 40914
end