Class: Quickfix::VenueType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ VenueType

Returns a new instance of VenueType.



4972
4973
4974
4975
4976
4977
4978
# File 'lib/quickfix_fields.rb', line 4972

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

Class Method Details

.fieldObject



4969
4970
4971
# File 'lib/quickfix_fields.rb', line 4969

def VenueType.field
	return 1430
end