Class: Quickfix::LegOptPayoutAmount

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

Class Method Details

.fieldObject



43085
43086
43087
# File 'lib/quickfix_fields.rb', line 43085

def LegOptPayoutAmount.field
  return 2194
end