Class: Quickfix::NBBOQty

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NBBOQty

Returns a new instance of NBBOQty.



77486
77487
77488
77489
77490
77491
77492
# File 'lib/quickfix_fields.rb', line 77486

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

Class Method Details

.fieldObject



77483
77484
77485
# File 'lib/quickfix_fields.rb', line 77483

def NBBOQty.field
	return 2833
end