Class: Quickfix::RootPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RootPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyID
constructor
A new instance of RootPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RootPartyID
Returns a new instance of RootPartyID.
14917 14918 14919 14920 14921 14922 14923 |
# File 'lib/quickfix_fields.rb', line 14917 def initialize(data = nil) if( data == nil ) super(1117) else super(1117, data) end end |
Class Method Details
.field ⇒ Object
14914 14915 14916 |
# File 'lib/quickfix_fields.rb', line 14914 def RootPartyID.field return 1117 end |