Class: Quickfix::RefTickTableID

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

Instance Method Summary collapse

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