Class: Quickfix::UnderlyingCreditRating

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCreditRating

Returns a new instance of UnderlyingCreditRating.



19220
19221
19222
19223
19224
19225
19226
# File 'lib/quickfix_fields.rb', line 19220

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

Class Method Details

.fieldObject



19217
19218
19219
# File 'lib/quickfix_fields.rb', line 19217

def UnderlyingCreditRating.field
  return 256
end