Class: Quickfix::RootPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RootPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartySubIDType
constructor
A new instance of RootPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RootPartySubIDType
Returns a new instance of RootPartySubIDType.
14982 14983 14984 14985 14986 14987 14988 |
# File 'lib/quickfix_fields.rb', line 14982 def initialize(data = nil) if( data == nil ) super(1122) else super(1122, data) end end |
Class Method Details
.field ⇒ Object
14979 14980 14981 |
# File 'lib/quickfix_fields.rb', line 14979 def RootPartySubIDType.field return 1122 end |