Class: Quickfix::LegPaymentStreamLinkExpiringLevelIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamLinkExpiringLevelIndicator

Returns a new instance of LegPaymentStreamLinkExpiringLevelIndicator.



66813
66814
66815
66816
66817
66818
66819
# File 'lib/quickfix_fields.rb', line 66813

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