Class: Quickfix::PaymentStubIndex2RateSpreadPositionType

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

Returns a new instance of PaymentStubIndex2RateSpreadPositionType.



38967
38968
38969
38970
38971
38972
38973
# File 'lib/quickfix_fields.rb', line 38967

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

Class Method Details

.fieldObject



38964
38965
38966
# File 'lib/quickfix_fields.rb', line 38964

def PaymentStubIndex2RateSpreadPositionType.field
  return 40898
end