Class: Quickfix::UnderlyingLastQty

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLastQty

Returns a new instance of UnderlyingLastQty.



16581
16582
16583
16584
16585
16586
16587
# File 'lib/quickfix_fields.rb', line 16581

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

Class Method Details

.fieldObject



16578
16579
16580
# File 'lib/quickfix_fields.rb', line 16578

def UnderlyingLastQty.field
	return 652
end