Class: Quickfix::PaymentStubIndexFloorRateBuySide

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

Returns a new instance of PaymentStubIndexFloorRateBuySide.



38863
38864
38865
38866
38867
38868
38869
# File 'lib/quickfix_fields.rb', line 38863

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

Class Method Details

.fieldObject



38860
38861
38862
# File 'lib/quickfix_fields.rb', line 38860

def PaymentStubIndexFloorRateBuySide.field
  return 40890
end