Class: Quickfix::ExtraordinaryDividendPartySide

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) ⇒ 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

Class Method Details

.fieldObject



63794
63795
63796
# File 'lib/quickfix_fields.rb', line 63794

def ExtraordinaryDividendPartySide.field
	return 42249
end