Class: Quickfix::ExtraordinaryDividendCurrency

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

Returns a new instance of ExtraordinaryDividendCurrency.



63823
63824
63825
63826
63827
63828
63829
# File 'lib/quickfix_fields.rb', line 63823

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

Class Method Details

.fieldObject



63820
63821
63822
# File 'lib/quickfix_fields.rb', line 63820

def ExtraordinaryDividendCurrency.field
  return 42251
end