Class: Quickfix::ProtectionTermEventQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermEventQualifier

Returns a new instance of ProtectionTermEventQualifier.



29906
29907
29908
29909
29910
29911
29912
# File 'lib/quickfix_fields.rb', line 29906

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

Class Method Details

.fieldObject



29903
29904
29905
# File 'lib/quickfix_fields.rb', line 29903

def ProtectionTermEventQualifier.field
  return 40200
end