Class: Quickfix::FloatingRateIndexIDSource

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

Returns a new instance of FloatingRateIndexIDSource.



76056
76057
76058
76059
76060
76061
76062
# File 'lib/quickfix_fields.rb', line 76056

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

Class Method Details

.fieldObject



76053
76054
76055
# File 'lib/quickfix_fields.rb', line 76053

def FloatingRateIndexIDSource.field
  return 2732
end