Class: Quickfix::UnderlyingComplexOptPayoutAmount

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

Instance Method Summary collapse

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