Class: Quickfix::UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator

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

Returns a new instance of UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator.



55477
55478
55479
55480
55481
55482
55483
# File 'lib/quickfix_fields.rb', line 55477

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

Class Method Details

.fieldObject



55474
55475
55476
# File 'lib/quickfix_fields.rb', line 55474

def UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator.field
	return 41940
end