Class: Quickfix::LegDividendCompoundingMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendCompoundingMethod

Returns a new instance of LegDividendCompoundingMethod.



65201
65202
65203
65204
65205
65206
65207
# File 'lib/quickfix_fields.rb', line 65201

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