Class: Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableSettlRateSource

Returns a new instance of UnderlyingPaymentStreamNonDeliverableSettlRateSource.



35886
35887
35888
35889
35890
35891
35892
# File 'lib/quickfix_fields.rb', line 35886

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