Class: Quickfix::PaymentStreamReferenceLevelEqualsZeroIndicator

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

Instance Method Summary collapse

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