Class: Quickfix::ReferencePage

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReferencePage

Returns a new instance of ReferencePage.



18323
18324
18325
18326
18327
18328
18329
# File 'lib/quickfix_fields.rb', line 18323

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

Class Method Details

.fieldObject



18320
18321
18322
# File 'lib/quickfix_fields.rb', line 18320

def ReferencePage.field
	return 1448
end