Class: Quickfix::LegExtraordinaryDividendCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegExtraordinaryDividendCurrency

Returns a new instance of LegExtraordinaryDividendCurrency.



65162
65163
65164
65165
65166
65167
65168
# File 'lib/quickfix_fields.rb', line 65162

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

Class Method Details

.fieldObject



65159
65160
65161
# File 'lib/quickfix_fields.rb', line 65159

def LegExtraordinaryDividendCurrency.field
  return 42343
end