Class: Quickfix::PaymentStreamReferenceLevelEqualsZeroIndicator

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

Returns a new instance of PaymentStreamReferenceLevelEqualsZeroIndicator.



44869
44870
44871
44872
44873
44874
44875
# File 'lib/quickfix_fields.rb', line 44869

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

Class Method Details

.fieldObject



44866
44867
44868
# File 'lib/quickfix_fields.rb', line 44866

def PaymentStreamReferenceLevelEqualsZeroIndicator.field
  return 41202
end