Class: Quickfix::PaymentStreamLinkClosingLevelIndicator

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

Returns a new instance of PaymentStreamLinkClosingLevelIndicator.



69374
69375
69376
69377
69378
69379
69380
# File 'lib/quickfix_fields.rb', line 69374

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

Class Method Details

.fieldObject



69371
69372
69373
# File 'lib/quickfix_fields.rb', line 69371

def PaymentStreamLinkClosingLevelIndicator.field
	return 42670
end