Class: Quickfix::UnderlyingDividendPaymentCurrency

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

Returns a new instance of UnderlyingDividendPaymentCurrency.



71870
71871
71872
71873
71874
71875
71876
# File 'lib/quickfix_fields.rb', line 71870

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

Class Method Details

.fieldObject



71867
71868
71869
# File 'lib/quickfix_fields.rb', line 71867

def UnderlyingDividendPaymentCurrency.field
  return 42858
end