Class: Quickfix::LegOptPayoutAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptPayoutAmount

Returns a new instance of LegOptPayoutAmount.



43088
43089
43090
43091
43092
43093
43094
# File 'lib/quickfix_fields.rb', line 43088

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