Class: Quickfix::ProtectionTermEventUnit

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

Returns a new instance of ProtectionTermEventUnit.



29854
29855
29856
29857
29858
29859
29860
# File 'lib/quickfix_fields.rb', line 29854

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

Class Method Details

.fieldObject



29851
29852
29853
# File 'lib/quickfix_fields.rb', line 29851

def ProtectionTermEventUnit.field
  return 40196
end