Class: Quickfix::RefTickTableID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RefTickTableID

Returns a new instance of RefTickTableID.



23367
23368
23369
23370
23371
23372
23373
# File 'lib/quickfix_fields.rb', line 23367

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

Class Method Details

.fieldObject



23364
23365
23366
# File 'lib/quickfix_fields.rb', line 23364

def RefTickTableID.field
	return 1787
end