Class: Quickfix::LegPaymentStubIndexCapRateSellSide

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

Returns a new instance of LegPaymentStubIndexCapRateSellSide.



32935
32936
32937
32938
32939
32940
32941
# File 'lib/quickfix_fields.rb', line 32935

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

Class Method Details

.fieldObject



32932
32933
32934
# File 'lib/quickfix_fields.rb', line 32932

def LegPaymentStubIndexCapRateSellSide.field
  return 40434
end