Class: Quickfix::LegOfferPx

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

Returns a new instance of LegOfferPx.



9418
9419
9420
9421
9422
9423
9424
# File 'lib/quickfix_fields.rb', line 9418

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

Class Method Details

.fieldObject



9415
9416
9417
# File 'lib/quickfix_fields.rb', line 9415

def LegOfferPx.field
	return 684
end