Class: Quickfix::LegProtectionTermStandardSources

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

Returns a new instance of LegProtectionTermStandardSources.



50862
50863
50864
50865
50866
50867
50868
# File 'lib/quickfix_fields.rb', line 50862

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

Class Method Details

.fieldObject



50859
50860
50861
# File 'lib/quickfix_fields.rb', line 50859

def LegProtectionTermStandardSources.field
  return 41623
end