Class: Quickfix::RootPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RootPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RootPartySubIDType
constructor
A new instance of RootPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ RootPartySubIDType
Returns a new instance of RootPartySubIDType.
13214 13215 13216 13217 13218 13219 13220 |
# File 'lib/quickfix_fields.rb', line 13214 def initialize(data = nil) if( data == nil ) super(1122) else super(1122, data) end end |
Class Method Details
.field ⇒ Object
13211 13212 13213 |
# File 'lib/quickfix_fields.rb', line 13211 def RootPartySubIDType.field return 1122 end |