Class: Quickfix::RelatedPartyDetailID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RelatedPartyDetailID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailID
constructor
A new instance of RelatedPartyDetailID.
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailID
Returns a new instance of RelatedPartyDetailID.
21001 21002 21003 21004 21005 21006 21007 |
# File 'lib/quickfix_fields.rb', line 21001 def initialize(data = nil) if( data == nil ) super(1563) else super(1563, data) end end |