Class: Quickfix::LegPaymentStubIndexFloorRateBuySide

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

Returns a new instance of LegPaymentStubIndexFloorRateBuySide.



32961
32962
32963
32964
32965
32966
32967
# File 'lib/quickfix_fields.rb', line 32961

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

Class Method Details

.fieldObject



32958
32959
32960
# File 'lib/quickfix_fields.rb', line 32958

def LegPaymentStubIndexFloorRateBuySide.field
  return 40436
end