Class: Quickfix::UnderlyingCreditRating
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCreditRating
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCreditRating
constructor
A new instance of UnderlyingCreditRating.
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
.field ⇒ Object
19217 19218 19219 |
# File 'lib/quickfix_fields.rb', line 19217 def UnderlyingCreditRating.field return 256 end |