Class: Quickfix::PaymentStubIndexRateSpreadPositionType

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

Returns a new instance of PaymentStubIndexRateSpreadPositionType.



38785
38786
38787
38788
38789
38790
38791
# File 'lib/quickfix_fields.rb', line 38785

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

Class Method Details

.fieldObject



38782
38783
38784
# File 'lib/quickfix_fields.rb', line 38782

def PaymentStubIndexRateSpreadPositionType.field
  return 40884
end