Class: Quickfix::TargetPartyRole
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TargetPartyRole
Returns a new instance of TargetPartyRole.
19584 19585 19586 19587 19588 19589 19590 |
# File 'lib/quickfix_fields.rb', line 19584 def initialize(data = nil) if( data == nil ) super(1464) else super(1464, data) end end |
Class Method Details
.field ⇒ Object
19581 19582 19583 |
# File 'lib/quickfix_fields.rb', line 19581 def TargetPartyRole.field return 1464 end |