Class: Quickfix::LegCreditRating
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCreditRating
Returns a new instance of LegCreditRating.
6142 6143 6144 6145 6146 6147 6148 |
# File 'lib/quickfix_fields.rb', line 6142 def initialize(data = nil) if( data == nil ) super(257) else super(257, data) end end |
Class Method Details
.field ⇒ Object
6139 6140 6141 |
# File 'lib/quickfix_fields.rb', line 6139 def LegCreditRating.field return 257 end |