Class: Quickfix::NestedPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NestedPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartySubIDType
constructor
A new instance of NestedPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NestedPartySubIDType
Returns a new instance of NestedPartySubIDType.
10965 10966 10967 10968 10969 10970 10971 |
# File 'lib/quickfix_fields.rb', line 10965 def initialize(data = nil) if( data == nil ) super(805) else super(805, data) end end |
Class Method Details
.field ⇒ Object
10962 10963 10964 |
# File 'lib/quickfix_fields.rb', line 10962 def NestedPartySubIDType.field return 805 end |