Class: Quickfix::NoProtectionTermEventQualifiers

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

Returns a new instance of NoProtectionTermEventQualifiers.



29893
29894
29895
29896
29897
29898
29899
# File 'lib/quickfix_fields.rb', line 29893

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

Class Method Details

.fieldObject



29890
29891
29892
# File 'lib/quickfix_fields.rb', line 29890

def NoProtectionTermEventQualifiers.field
  return 40199
end