Class: Quickfix::RootPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RootPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyID
constructor
A new instance of RootPartyID.
Constructor Details
#initialize(data = nil) ⇒ RootPartyID
Returns a new instance of RootPartyID.
17517 17518 17519 17520 17521 17522 17523 |
# File 'lib/quickfix_fields.rb', line 17517 def initialize(data = nil) if( data == nil ) super(1117) else super(1117, data) end end |
Class Method Details
.field ⇒ Object
17514 17515 17516 |
# File 'lib/quickfix_fields.rb', line 17514 def RootPartyID.field return 1117 end |