Class: Quickfix::UnderlyingDividendFXTriggerDateBusinessCenter

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

Returns a new instance of UnderlyingDividendFXTriggerDateBusinessCenter.



71818
71819
71820
71821
71822
71823
71824
# File 'lib/quickfix_fields.rb', line 71818

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

Class Method Details

.fieldObject



71815
71816
71817
# File 'lib/quickfix_fields.rb', line 71815

def UnderlyingDividendFXTriggerDateBusinessCenter.field
  return 42854
end