Class: Quickfix::LegBidPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBidPx

Returns a new instance of LegBidPx.



14878
14879
14880
14881
14882
14883
14884
# File 'lib/quickfix_fields.rb', line 14878

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

Class Method Details

.fieldObject



14875
14876
14877
# File 'lib/quickfix_fields.rb', line 14875

def LegBidPx.field
	return 681
end