Class: Quickfix::LegUnderlyingPriceDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegUnderlyingPriceDeterminationMethod

Returns a new instance of LegUnderlyingPriceDeterminationMethod.



43023
43024
43025
43026
43027
43028
43029
# File 'lib/quickfix_fields.rb', line 43023

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