Class: Quickfix::PaymentStreamLinkExpiringLevelIndicator

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

Returns a new instance of PaymentStreamLinkExpiringLevelIndicator.



69387
69388
69389
69390
69391
69392
69393
# File 'lib/quickfix_fields.rb', line 69387

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

Class Method Details

.fieldObject



69384
69385
69386
# File 'lib/quickfix_fields.rb', line 69384

def PaymentStreamLinkExpiringLevelIndicator.field
	return 42671
end