Class: Quickfix::Nested2PartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested2PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartySubIDType
constructor
A new instance of Nested2PartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested2PartySubIDType
Returns a new instance of Nested2PartySubIDType.
10991 10992 10993 10994 10995 10996 10997 |
# File 'lib/quickfix_fields.rb', line 10991 def initialize(data = nil) if( data == nil ) super(807) else super(807, data) end end |
Class Method Details
.field ⇒ Object
10988 10989 10990 |
# File 'lib/quickfix_fields.rb', line 10988 def Nested2PartySubIDType.field return 807 end |