Class: Quickfix::RootPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RootPartyID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyID
constructor
A new instance of RootPartyID.
Constructor Details
#initialize(data = nil) ⇒ RootPartyID
Returns a new instance of RootPartyID.
14917 14918 14919 14920 14921 14922 14923 |
# File 'lib/quickfix_fields.rb', line 14917 def initialize(data = nil) if( data == nil ) super(1117) else super(1117, data) end end |