Class: Quickfix::LegPaymentStubIndex2RateSpreadPositionType

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

Returns a new instance of LegPaymentStubIndex2RateSpreadPositionType.



33065
33066
33067
33068
33069
33070
33071
# File 'lib/quickfix_fields.rb', line 33065

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

Class Method Details

.fieldObject



33062
33063
33064
# File 'lib/quickfix_fields.rb', line 33062

def LegPaymentStubIndex2RateSpreadPositionType.field
  return 40444
end