Class: Quickfix::RootPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RootPartyRole
- Defined in:
- lib/quickfix_fields.rb
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.
14943 14944 14945 14946 14947 14948 14949 |
# File 'lib/quickfix_fields.rb', line 14943 def initialize(data = nil) if( data == nil ) super(1119) else super(1119, data) end end |