Class: Quickfix::LegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRefID
constructor
A new instance of LegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegRefID
8794 8795 8796 8797 8798 8799 8800 |
# File 'lib/quickfix_fields.rb', line 8794 def initialize(data = nil) if( data == nil ) super(654) else super(654, data) end end |
Class Method Details
.field ⇒ Object
8791 8792 8793 |
# File 'lib/quickfix_fields.rb', line 8791 def LegRefID.field return 654 end |