Class: Quickfix::LegComplexEventDateRelativeTo

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

Returns a new instance of LegComplexEventDateRelativeTo.



47300
47301
47302
47303
47304
47305
47306
# File 'lib/quickfix_fields.rb', line 47300

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

Class Method Details

.fieldObject



47297
47298
47299
# File 'lib/quickfix_fields.rb', line 47297

def LegComplexEventDateRelativeTo.field
  return 41390
end