Class: Quickfix::BookingRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ BookingRefID

Returns a new instance of BookingRefID.



6454
6455
6456
6457
6458
6459
6460
# File 'lib/quickfix_fields.rb', line 6454

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

Class Method Details

.fieldObject



6451
6452
6453
# File 'lib/quickfix_fields.rb', line 6451

def BookingRefID.field
	return 466
end