Class: Quickfix::LegPaymentStubIndexCapRateBuySide

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



32922
32923
32924
32925
32926
32927
32928
# File 'lib/quickfix_fields.rb', line 32922

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

Class Method Details

.fieldObject



32919
32920
32921
# File 'lib/quickfix_fields.rb', line 32919

def LegPaymentStubIndexCapRateBuySide.field
  return 40433
end