Class: Quickfix::LegPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPriceType

Returns a new instance of LegPriceType.



16828
16829
16830
16831
16832
16833
16834
# File 'lib/quickfix_fields.rb', line 16828

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

Class Method Details

.fieldObject



16825
16826
16827
# File 'lib/quickfix_fields.rb', line 16825

def LegPriceType.field
	return 686
end