Class: Quickfix::LegPaymentStubIndexFloorRateSellSide

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

Returns a new instance of LegPaymentStubIndexFloorRateSellSide.



32974
32975
32976
32977
32978
32979
32980
# File 'lib/quickfix_fields.rb', line 32974

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

Class Method Details

.fieldObject



32971
32972
32973
# File 'lib/quickfix_fields.rb', line 32971

def LegPaymentStubIndexFloorRateSellSide.field
  return 40437
end