Class: Quickfix::LegProtectionTermEventPeriod

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

Returns a new instance of LegProtectionTermEventPeriod.



50940
50941
50942
50943
50944
50945
50946
# File 'lib/quickfix_fields.rb', line 50940

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

Class Method Details

.fieldObject



50937
50938
50939
# File 'lib/quickfix_fields.rb', line 50937

def LegProtectionTermEventPeriod.field
  return 41629
end