Class: Quickfix::BookingRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BookingRefID

Returns a new instance of BookingRefID.



14865
14866
14867
14868
14869
14870
14871
# File 'lib/quickfix_fields.rb', line 14865

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

Class Method Details

.fieldObject



14862
14863
14864
# File 'lib/quickfix_fields.rb', line 14862

def BookingRefID.field
	return 466
end