Class: Quickfix::NoRelatedPartyDetailAltSubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRelatedPartyDetailAltSubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedPartyDetailAltSubIDs
constructor
A new instance of NoRelatedPartyDetailAltSubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRelatedPartyDetailAltSubIDs
Returns a new instance of NoRelatedPartyDetailAltSubIDs.
21118 21119 21120 21121 21122 21123 21124 |
# File 'lib/quickfix_fields.rb', line 21118 def initialize(data = nil) if( data == nil ) super(1572) else super(1572, data) end end |
Class Method Details
.field ⇒ Object
21115 21116 21117 |
# File 'lib/quickfix_fields.rb', line 21115 def NoRelatedPartyDetailAltSubIDs.field return 1572 end |