Class: Quickfix::DividendUnderlierRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendUnderlierRefID

Returns a new instance of DividendUnderlierRefID.



63784
63785
63786
63787
63788
63789
63790
# File 'lib/quickfix_fields.rb', line 63784

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