Class: Quickfix::SecondaryDisplayQty

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

Returns a new instance of SecondaryDisplayQty.



14462
14463
14464
14465
14466
14467
14468
# File 'lib/quickfix_fields.rb', line 14462

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

Class Method Details

.fieldObject



14459
14460
14461
# File 'lib/quickfix_fields.rb', line 14459

def SecondaryDisplayQty.field
	return 1082
end