Class: Quickfix::DividendFXTriggerDateRelativeTo

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

Returns a new instance of DividendFXTriggerDateRelativeTo.



64005
64006
64007
64008
64009
64010
64011
# File 'lib/quickfix_fields.rb', line 64005

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

Class Method Details

.fieldObject



64002
64003
64004
# File 'lib/quickfix_fields.rb', line 64002

def DividendFXTriggerDateRelativeTo.field
  return 42265
end