Class: Quickfix::UnderlyingPaymentStubLength

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

Returns a new instance of UnderlyingPaymentStubLength.



36523
36524
36525
36526
36527
36528
36529
# File 'lib/quickfix_fields.rb', line 36523

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

Class Method Details

.fieldObject



36520
36521
36522
# File 'lib/quickfix_fields.rb', line 36520

def UnderlyingPaymentStubLength.field
	return 40710
end