Class: Quickfix::LegDividendAmountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendAmountType



65110
65111
65112
65113
65114
65115
65116
# File 'lib/quickfix_fields.rb', line 65110

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