Class: Quickfix::UnderlyingComplexEventDateOffsetUnit

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

Returns a new instance of UnderlyingComplexEventDateOffsetUnit.



52409
52410
52411
52412
52413
52414
52415
# File 'lib/quickfix_fields.rb', line 52409

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

Class Method Details

.fieldObject



52406
52407
52408
# File 'lib/quickfix_fields.rb', line 52406

def UnderlyingComplexEventDateOffsetUnit.field
  return 41742
end