Class: Quickfix::UnderlyingPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPx

Returns a new instance of UnderlyingPx.



2658
2659
2660
2661
2662
2663
2664
# File 'lib/quickfix_fields.rb', line 2658

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

Class Method Details

.fieldObject



2655
2656
2657
# File 'lib/quickfix_fields.rb', line 2655

def UnderlyingPx.field
	return 810
end