Class: Quickfix::SideExecRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideExecRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideExecRefID
constructor
A new instance of SideExecRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideExecRefID
Returns a new instance of SideExecRefID.
24862 24863 24864 24865 24866 24867 24868 |
# File 'lib/quickfix_fields.rb', line 24862 def initialize(data = nil) if( data == nil ) super(1900) else super(1900, data) end end |
Class Method Details
.field ⇒ Object
24859 24860 24861 |
# File 'lib/quickfix_fields.rb', line 24859 def SideExecRefID.field return 1900 end |