Class: Quickfix::PaymentStubIndexCapRateSellSide

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



38837
38838
38839
38840
38841
38842
38843
# File 'lib/quickfix_fields.rb', line 38837

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

Class Method Details

.fieldObject



38834
38835
38836
# File 'lib/quickfix_fields.rb', line 38834

def PaymentStubIndexCapRateSellSide.field
  return 40888
end