Class: Quickfix::PartyRelationship
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PartyRelationship
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyRelationship
constructor
A new instance of PartyRelationship.
Constructor Details
#initialize(data = nil) ⇒ PartyRelationship
Returns a new instance of PartyRelationship.
20468 20469 20470 20471 20472 20473 20474 |
# File 'lib/quickfix_fields.rb', line 20468 def initialize(data = nil) if( data == nil ) super(1515) else super(1515, data) end end |