Class: Quickfix::UnderlyingComplexOptPayoutAmount

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

Returns a new instance of UnderlyingComplexOptPayoutAmount.



26799
26800
26801
26802
26803
26804
26805
# File 'lib/quickfix_fields.rb', line 26799

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

Class Method Details

.fieldObject



26796
26797
26798
# File 'lib/quickfix_fields.rb', line 26796

def UnderlyingComplexOptPayoutAmount.field
	return 2047
end