Class: Quickfix::LegStreamXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamXID
constructor
A new instance of LegStreamXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamXID
Returns a new instance of LegStreamXID.
51876 51877 51878 51879 51880 51881 51882 |
# File 'lib/quickfix_fields.rb', line 51876 def initialize(data = nil) if( data == nil ) super(41700) else super(41700, data) end end |
Class Method Details
.field ⇒ Object
51873 51874 51875 |
# File 'lib/quickfix_fields.rb', line 51873 def LegStreamXID.field return 41700 end |