Class: Quickfix::Nested3PartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested3PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartySubIDType
constructor
A new instance of Nested3PartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested3PartySubIDType
Returns a new instance of Nested3PartySubIDType.
12863 12864 12865 12866 12867 12868 12869 |
# File 'lib/quickfix_fields.rb', line 12863 def initialize(data = nil) if( data == nil ) super(954) else super(954, data) end end |
Class Method Details
.field ⇒ Object
12860 12861 12862 |
# File 'lib/quickfix_fields.rb', line 12860 def Nested3PartySubIDType.field return 954 end |