Class: Quickfix::NBBOSource

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) ⇒ NBBOSource

Returns a new instance of NBBOSource.



77499
77500
77501
77502
77503
77504
77505
# File 'lib/quickfix_fields.rb', line 77499

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

Class Method Details

.fieldObject



77496
77497
77498
# File 'lib/quickfix_fields.rb', line 77496

def NBBOSource.field
	return 2834
end