Class: Quickfix::ComplexOptPayoutAmount

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

Returns a new instance of ComplexOptPayoutAmount.



19649
19650
19651
19652
19653
19654
19655
# File 'lib/quickfix_fields.rb', line 19649

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

Class Method Details

.fieldObject



19646
19647
19648
# File 'lib/quickfix_fields.rb', line 19646

def ComplexOptPayoutAmount.field
  return 1485
end