Class: Quickfix::LegComplexEventDateOffsetDayType

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

Returns a new instance of LegComplexEventDateOffsetDayType.



47339
47340
47341
47342
47343
47344
47345
# File 'lib/quickfix_fields.rb', line 47339

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

Class Method Details

.fieldObject



47336
47337
47338
# File 'lib/quickfix_fields.rb', line 47336

def LegComplexEventDateOffsetDayType.field
  return 41393
end