Class: Quickfix::LegExtraordinaryDividendPartySide

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

Returns a new instance of LegExtraordinaryDividendPartySide.



65136
65137
65138
65139
65140
65141
65142
# File 'lib/quickfix_fields.rb', line 65136

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

Class Method Details

.fieldObject



65133
65134
65135
# File 'lib/quickfix_fields.rb', line 65133

def LegExtraordinaryDividendPartySide.field
  return 42341
end