Class: Quickfix::RootPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RootPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartySubID
constructor
A new instance of RootPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RootPartySubID
Returns a new instance of RootPartySubID.
14969 14970 14971 14972 14973 14974 14975 |
# File 'lib/quickfix_fields.rb', line 14969 def initialize(data = nil) if( data == nil ) super(1121) else super(1121, data) end end |
Class Method Details
.field ⇒ Object
14966 14967 14968 |
# File 'lib/quickfix_fields.rb', line 14966 def RootPartySubID.field return 1121 end |