Class: Quickfix::SecondaryExecID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecondaryExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryExecID
constructor
A new instance of SecondaryExecID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecondaryExecID
Returns a new instance of SecondaryExecID.
7234 7235 7236 7237 7238 7239 7240 |
# File 'lib/quickfix_fields.rb', line 7234 def initialize(data = nil) if( data == nil ) super(527) else super(527, data) end end |
Class Method Details
.field ⇒ Object
7231 7232 7233 |
# File 'lib/quickfix_fields.rb', line 7231 def SecondaryExecID.field return 527 end |