Class: Quickfix::StreamEffectiveDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamEffectiveDateRelativeTo

Returns a new instance of StreamEffectiveDateRelativeTo.



39123
39124
39125
39126
39127
39128
39129
# File 'lib/quickfix_fields.rb', line 39123

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

Class Method Details

.fieldObject



39120
39121
39122
# File 'lib/quickfix_fields.rb', line 39120

def StreamEffectiveDateRelativeTo.field
  return 40910
end