Class: Quickfix::NoRootPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRootPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRootPartySubIDs
constructor
A new instance of NoRootPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRootPartySubIDs
Returns a new instance of NoRootPartySubIDs.
14956 14957 14958 14959 14960 14961 14962 |
# File 'lib/quickfix_fields.rb', line 14956 def initialize(data = nil) if( data == nil ) super(1120) else super(1120, data) end end |