Class: Quickfix::UnderlyingDividendEntitlementEvent

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendEntitlementEvent

Returns a new instance of UnderlyingDividendEntitlementEvent.



71467
71468
71469
71470
71471
71472
71473
# File 'lib/quickfix_fields.rb', line 71467

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