Class: Quickfix::ProtectionTermStandardSources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermStandardSources

Returns a new instance of ProtectionTermStandardSources.



29737
29738
29739
29740
29741
29742
29743
# File 'lib/quickfix_fields.rb', line 29737

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

Class Method Details

.fieldObject



29734
29735
29736
# File 'lib/quickfix_fields.rb', line 29734

def ProtectionTermStandardSources.field
  return 40187
end