Class: Quickfix::LegPaymentStubIndexRateSpreadPositionType

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

Returns a new instance of LegPaymentStubIndexRateSpreadPositionType.



32883
32884
32885
32886
32887
32888
32889
# File 'lib/quickfix_fields.rb', line 32883

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

Class Method Details

.fieldObject



32880
32881
32882
# File 'lib/quickfix_fields.rb', line 32880

def LegPaymentStubIndexRateSpreadPositionType.field
  return 40430
end