Class: Quickfix::LegCreditRating
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCreditRating
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditRating
constructor
A new instance of LegCreditRating.
Constructor Details
#initialize(data = nil) ⇒ LegCreditRating
Returns a new instance of LegCreditRating.
11472 11473 11474 11475 11476 11477 11478 |
# File 'lib/quickfix_fields.rb', line 11472 def initialize(data = nil) if( data == nil ) super(257) else super(257, data) end end |
Class Method Details
.field ⇒ Object
11469 11470 11471 |
# File 'lib/quickfix_fields.rb', line 11469 def LegCreditRating.field return 257 end |