Class: Quickfix::SideVenueType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SideVenueType

Returns a new instance of SideVenueType.



24849
24850
24851
24852
24853
24854
24855
# File 'lib/quickfix_fields.rb', line 24849

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

Class Method Details

.fieldObject



24846
24847
24848
# File 'lib/quickfix_fields.rb', line 24846

def SideVenueType.field
  return 1899
end