Class: Quickfix::RootPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RootPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartyRole
constructor
A new instance of RootPartyRole.
Constructor Details
#initialize(data = nil) ⇒ RootPartyRole
Returns a new instance of RootPartyRole.
14917 14918 14919 14920 14921 14922 14923 |
# File 'lib/quickfix_fields.rb', line 14917 def initialize(data = nil) if( data == nil ) super(1119) else super(1119, data) end end |
Class Method Details
.field ⇒ Object
14914 14915 14916 |
# File 'lib/quickfix_fields.rb', line 14914 def RootPartyRole.field return 1119 end |