Class: Quickfix::LeavesQty

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

Returns a new instance of LeavesQty.



2372
2373
2374
2375
2376
2377
2378
# File 'lib/quickfix_fields.rb', line 2372

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

Class Method Details

.fieldObject



2369
2370
2371
# File 'lib/quickfix_fields.rb', line 2369

def LeavesQty.field
	return 151
end