Class: Quickfix::ProtectionTermEventPeriod

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

Returns a new instance of ProtectionTermEventPeriod.



29841
29842
29843
29844
29845
29846
29847
# File 'lib/quickfix_fields.rb', line 29841

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

Class Method Details

.fieldObject



29838
29839
29840
# File 'lib/quickfix_fields.rb', line 29838

def ProtectionTermEventPeriod.field
  return 40195
end