Class: Quickfix::UnderlyingPaymentStubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubType

Returns a new instance of UnderlyingPaymentStubType.



36510
36511
36512
36513
36514
36515
36516
# File 'lib/quickfix_fields.rb', line 36510

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