Class: Quickfix::ExtraordinaryDividendPartySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExtraordinaryDividendPartySide

Returns a new instance of ExtraordinaryDividendPartySide.



63797
63798
63799
63800
63801
63802
63803
# File 'lib/quickfix_fields.rb', line 63797

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