Class: Quickfix::OptPayoutAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptPayoutAmount

Returns a new instance of OptPayoutAmount.



18856
18857
18858
18859
18860
18861
18862
# File 'lib/quickfix_fields.rb', line 18856

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