Class: Quickfix::NoRootPartyIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRootPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRootPartyIDs
constructor
A new instance of NoRootPartyIDs.
Constructor Details
#initialize(data = nil) ⇒ NoRootPartyIDs
Returns a new instance of NoRootPartyIDs.
14904 14905 14906 14907 14908 14909 14910 |
# File 'lib/quickfix_fields.rb', line 14904 def initialize(data = nil) if( data == nil ) super(1116) else super(1116, data) end end |