Class: Quickfix::LegPaymentStreamDelayIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDelayIndicator

Returns a new instance of LegPaymentStreamDelayIndicator.



30946
30947
30948
30949
30950
30951
30952
# File 'lib/quickfix_fields.rb', line 30946

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