Class: Quickfix::UnderlyingPaymentStubType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



36507
36508
36509
# File 'lib/quickfix_fields.rb', line 36507

def UnderlyingPaymentStubType.field
	return 40709
end