Class: Quickfix::TargetPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TargetPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartySubIDType
constructor
A new instance of TargetPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ TargetPartySubIDType
Returns a new instance of TargetPartySubIDType.
60521 60522 60523 60524 60525 60526 60527 |
# File 'lib/quickfix_fields.rb', line 60521 def initialize(data = nil) if( data == nil ) super(2435) else super(2435, data) end end |