Class: Quickfix::UnderlyingDividendUnderlierRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendUnderlierRefID

Returns a new instance of UnderlyingDividendUnderlierRefID.



71493
71494
71495
71496
71497
71498
71499
# File 'lib/quickfix_fields.rb', line 71493

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