Class: Quickfix::LegComplexOptPayoutAmount

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

Returns a new instance of LegComplexOptPayoutAmount.



47495
47496
47497
47498
47499
47500
47501
# File 'lib/quickfix_fields.rb', line 47495

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

Class Method Details

.fieldObject



47492
47493
47494
# File 'lib/quickfix_fields.rb', line 47492

def LegComplexOptPayoutAmount.field
  return 2223
end