Class: Quickfix::NoRelatedPartyDetailAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRelatedPartyDetailAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedPartyDetailAltID
constructor
A new instance of NoRelatedPartyDetailAltID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRelatedPartyDetailAltID
Returns a new instance of NoRelatedPartyDetailAltID.
21079 21080 21081 21082 21083 21084 21085 |
# File 'lib/quickfix_fields.rb', line 21079 def initialize(data = nil) if( data == nil ) super(1569) else super(1569, data) end end |
Class Method Details
.field ⇒ Object
21076 21077 21078 |
# File 'lib/quickfix_fields.rb', line 21076 def .field return 1569 end |