Class: Quickfix::LegCreditRating

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

Returns a new instance of LegCreditRating.



6142
6143
6144
6145
6146
6147
6148
# File 'lib/quickfix_fields.rb', line 6142

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

Class Method Details

.fieldObject



6139
6140
6141
# File 'lib/quickfix_fields.rb', line 6139

def LegCreditRating.field
  return 257
end