Class: Quickfix::PartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartySubIDType
constructor
A new instance of PartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ PartySubIDType
Returns a new instance of PartySubIDType.
15320 15321 15322 15323 15324 15325 15326 |
# File 'lib/quickfix_fields.rb', line 15320 def initialize(data = nil) if( data == nil ) super(803) else super(803, data) end end |
Class Method Details
.field ⇒ Object
15317 15318 15319 |
# File 'lib/quickfix_fields.rb', line 15317 def PartySubIDType.field return 803 end |