Class: Quickfix::LegPaymentStubIndexRateSpread

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread



32870
32871
32872
32873
32874
32875
32876
# File 'lib/quickfix_fields.rb', line 32870

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

Class Method Details

.fieldObject



32867
32868
32869
# File 'lib/quickfix_fields.rb', line 32867

def LegPaymentStubIndexRateSpread.field
  return 40429
end