Class: Quickfix::TrdRepPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TrdRepPartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdRepPartyRole
constructor
A new instance of TrdRepPartyRole.
Constructor Details
#initialize(data = nil) ⇒ TrdRepPartyRole
Returns a new instance of TrdRepPartyRole.
18427 18428 18429 18430 18431 18432 18433 |
# File 'lib/quickfix_fields.rb', line 18427 def initialize(data = nil) if( data == nil ) super(1388) else super(1388, data) end end |