Class: Quickfix::ProtectionTermEventType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventType

Returns a new instance of ProtectionTermEventType.



29802
29803
29804
29805
29806
29807
29808
# File 'lib/quickfix_fields.rb', line 29802

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

Class Method Details

.fieldObject



29799
29800
29801
# File 'lib/quickfix_fields.rb', line 29799

def ProtectionTermEventType.field
  return 40192
end