Class: Quickfix::RootPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RootPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
11719 11720 11721 11722 11723 11724 11725 |
# File 'lib/quickfix_fields.rb', line 11719 def initialize(data = nil) if( data == nil ) super(1121) else super(1121, data) end end |
Class Method Details
.field ⇒ Object
11716 11717 11718 |
# File 'lib/quickfix_fields.rb', line 11716 def RootPartySubID.field return 1121 end |