Class: Quickfix::StreamEffectiveDateUnadjusted

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

Returns a new instance of StreamEffectiveDateUnadjusted.



39084
39085
39086
39087
39088
39089
39090
# File 'lib/quickfix_fields.rb', line 39084

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

Class Method Details

.fieldObject



39081
39082
39083
# File 'lib/quickfix_fields.rb', line 39081

def StreamEffectiveDateUnadjusted.field
  return 40907
end