Class: Quickfix::SideExecID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideExecID
constructor
A new instance of SideExecID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideExecID
Returns a new instance of SideExecID.
18895 18896 18897 18898 18899 18900 18901 |
# File 'lib/quickfix_fields.rb', line 18895 def initialize(data = nil) if( data == nil ) super(1427) else super(1427, data) end end |
Class Method Details
.field ⇒ Object
18892 18893 18894 |
# File 'lib/quickfix_fields.rb', line 18892 def SideExecID.field return 1427 end |