Class: Quickfix::LegComplexEventDateOffsetPeriod

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

Returns a new instance of LegComplexEventDateOffsetPeriod.



47313
47314
47315
47316
47317
47318
47319
# File 'lib/quickfix_fields.rb', line 47313

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

Class Method Details

.fieldObject



47310
47311
47312
# File 'lib/quickfix_fields.rb', line 47310

def LegComplexEventDateOffsetPeriod.field
  return 41391
end