Class: Quickfix::RootPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RootPartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartySubID
constructor
A new instance of RootPartySubID.
Constructor Details
#initialize(data = nil) ⇒ RootPartySubID
Returns a new instance of RootPartySubID.
14969 14970 14971 14972 14973 14974 14975 |
# File 'lib/quickfix_fields.rb', line 14969 def initialize(data = nil) if( data == nil ) super(1121) else super(1121, data) end end |