Class: Quickfix::TargetPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TargetPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartyRole
constructor
A new instance of TargetPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TargetPartyRole
Returns a new instance of TargetPartyRole.
19376 19377 19378 19379 19380 19381 19382 |
# File 'lib/quickfix_fields.rb', line 19376 def initialize(data = nil) if( data == nil ) super(1464) else super(1464, data) end end |
Class Method Details
.field ⇒ Object
19373 19374 19375 |
# File 'lib/quickfix_fields.rb', line 19373 def TargetPartyRole.field return 1464 end |