Class: Quickfix::PartyRelationship
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PartyRelationship
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyRelationship
constructor
A new instance of PartyRelationship.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ 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 |
Class Method Details
.field ⇒ Object
20465 20466 20467 |
# File 'lib/quickfix_fields.rb', line 20465 def PartyRelationship.field return 1515 end |