Class: Quickfix::NoRootPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRootPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
5375 5376 5377 5378 5379 5380 5381 |
# File 'lib/quickfix_fields.rb', line 5375 def initialize(data = nil) if( data == nil ) super(1120) else super(1120, data) end end |
Class Method Details
.field ⇒ Object
5372 5373 5374 |
# File 'lib/quickfix_fields.rb', line 5372 def NoRootPartySubIDs.field return 1120 end |