Class: Quickfix::PaymentStreamRateSpread

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



37615
37616
37617
37618
37619
37620
37621
# File 'lib/quickfix_fields.rb', line 37615

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

Class Method Details

.fieldObject



37612
37613
37614
# File 'lib/quickfix_fields.rb', line 37612

def PaymentStreamRateSpread.field
  return 40794
end