Class: Quickfix::PaymentStubIndexCapRateBuySide

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

Returns a new instance of PaymentStubIndexCapRateBuySide.



38824
38825
38826
38827
38828
38829
38830
# File 'lib/quickfix_fields.rb', line 38824

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

Class Method Details

.fieldObject



38821
38822
38823
# File 'lib/quickfix_fields.rb', line 38821

def PaymentStubIndexCapRateBuySide.field
	return 40887
end