Class: Quickfix::LegDividendEntitlementEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendEntitlementEvent

Returns a new instance of LegDividendEntitlementEvent.



65097
65098
65099
65100
65101
65102
65103
# File 'lib/quickfix_fields.rb', line 65097

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