Class: Quickfix::SettlPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPartyRole
constructor
A new instance of SettlPartyRole.
Constructor Details
#initialize(data = nil) ⇒ SettlPartyRole
Returns a new instance of SettlPartyRole.
4192 4193 4194 4195 4196 4197 4198 |
# File 'lib/quickfix_fields.rb', line 4192 def initialize(data = nil) if( data == nil ) super(784) else super(784, data) end end |
Class Method Details
.field ⇒ Object
4189 4190 4191 |
# File 'lib/quickfix_fields.rb', line 4189 def SettlPartyRole.field return 784 end |