Class: Quickfix::UnderlyingPaymentStreamLinkExpiringLevelIndicator

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

Returns a new instance of UnderlyingPaymentStreamLinkExpiringLevelIndicator.



73495
73496
73497
73498
73499
73500
73501
# File 'lib/quickfix_fields.rb', line 73495

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

Class Method Details

.fieldObject



73492
73493
73494
# File 'lib/quickfix_fields.rb', line 73492

def UnderlyingPaymentStreamLinkExpiringLevelIndicator.field
	return 42966
end