Class: Quickfix::PaymentStreamDelayIndicator

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

Returns a new instance of PaymentStreamDelayIndicator.



36913
36914
36915
36916
36917
36918
36919
# File 'lib/quickfix_fields.rb', line 36913

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

Class Method Details

.fieldObject



36910
36911
36912
# File 'lib/quickfix_fields.rb', line 36910

def PaymentStreamDelayIndicator.field
	return 40740
end