Class: Quickfix::LegQty

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

Returns a new instance of LegQty.



9444
9445
9446
9447
9448
9449
9450
# File 'lib/quickfix_fields.rb', line 9444

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

Class Method Details

.fieldObject



9441
9442
9443
# File 'lib/quickfix_fields.rb', line 9441

def LegQty.field
	return 687
end