Class: Quickfix::TrdRepPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TrdRepPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
14436 14437 14438 14439 14440 14441 14442 |
# File 'lib/quickfix_fields.rb', line 14436 def initialize(data = nil) if( data == nil ) super(1388) else super(1388, data) end end |
Class Method Details
.field ⇒ Object
14433 14434 14435 |
# File 'lib/quickfix_fields.rb', line 14433 def TrdRepPartyRole.field return 1388 end |