Class: Quickfix::EventTimePeriod

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

Returns a new instance of EventTimePeriod.



23887
23888
23889
23890
23891
23892
23893
# File 'lib/quickfix_fields.rb', line 23887

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

Class Method Details

.fieldObject



23884
23885
23886
# File 'lib/quickfix_fields.rb', line 23884

def EventTimePeriod.field
  return 1826
end