Class: Quickfix::UnderlyingCreditRating
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCreditRating
6129 6130 6131 6132 6133 6134 6135 |
# File 'lib/quickfix_fields.rb', line 6129 def initialize(data = nil) if( data == nil ) super(256) else super(256, data) end end |
Class Method Details
.field ⇒ Object
6126 6127 6128 |
# File 'lib/quickfix_fields.rb', line 6126 def .field return 256 end |