Class: Quickfix::UnderlyingDividendEntitlementEvent

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



71464
71465
71466
# File 'lib/quickfix_fields.rb', line 71464

def UnderlyingDividendEntitlementEvent.field
	return 42827
end