Class: Quickfix::BookingType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BookingType

Returns a new instance of BookingType.



19818
19819
19820
19821
19822
19823
19824
# File 'lib/quickfix_fields.rb', line 19818

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

Class Method Details

.fieldObject



19815
19816
19817
# File 'lib/quickfix_fields.rb', line 19815

def BookingType.field
	return 775
end