Class: Quickfix::PaymentFloatingRateIndex

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

Returns a new instance of PaymentFloatingRateIndex.



77746
77747
77748
77749
77750
77751
77752
# File 'lib/quickfix_fields.rb', line 77746

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

Class Method Details

.fieldObject



77743
77744
77745
# File 'lib/quickfix_fields.rb', line 77743

def PaymentFloatingRateIndex.field
  return 43098
end