Class: Quickfix::CreditRating
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CreditRating
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditRating
constructor
A new instance of CreditRating.
Constructor Details
#initialize(data = nil) ⇒ CreditRating
Returns a new instance of CreditRating.
448 449 450 451 452 453 454 |
# File 'lib/quickfix_fields.rb', line 448 def initialize(data = nil) if( data == nil ) super(255) else super(255, data) end end |
Class Method Details
.field ⇒ Object
445 446 447 |
# File 'lib/quickfix_fields.rb', line 445 def CreditRating.field return 255 end |