Class: Quickfix::NoRelatedPartyDetailSubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRelatedPartyDetailSubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedPartyDetailSubIDs
constructor
A new instance of NoRelatedPartyDetailSubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRelatedPartyDetailSubIDs
Returns a new instance of NoRelatedPartyDetailSubIDs.
21040 21041 21042 21043 21044 21045 21046 |
# File 'lib/quickfix_fields.rb', line 21040 def initialize(data = nil) if( data == nil ) super(1566) else super(1566, data) end end |
Class Method Details
.field ⇒ Object
21037 21038 21039 |
# File 'lib/quickfix_fields.rb', line 21037 def .field return 1566 end |