Class: Quickfix::NoRelatedPartyDetailAltID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRelatedPartyDetailAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRelatedPartyDetailAltID
constructor
A new instance of NoRelatedPartyDetailAltID.
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 |