Class: Quickfix::PaymentStreamRateIndexCurveUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamRateIndexCurveUnit

Returns a new instance of PaymentStreamRateIndexCurveUnit.



37576
37577
37578
37579
37580
37581
37582
# File 'lib/quickfix_fields.rb', line 37576

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

Class Method Details

.fieldObject



37573
37574
37575
# File 'lib/quickfix_fields.rb', line 37573

def PaymentStreamRateIndexCurveUnit.field
  return 40791
end