Class: Quickfix::PaymentStreamLinkExpiringLevelIndicator

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

Instance Method Summary collapse

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