Class: Quickfix::RelatedPartyDetailRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RelatedPartyDetailRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailRole
constructor
A new instance of RelatedPartyDetailRole.
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailRole
Returns a new instance of RelatedPartyDetailRole.
21027 21028 21029 21030 21031 21032 21033 |
# File 'lib/quickfix_fields.rb', line 21027 def initialize(data = nil) if( data == nil ) super(1565) else super(1565, data) end end |