Class: Quickfix::InstrumentPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyRole
constructor
A new instance of InstrumentPartyRole.
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyRole
Returns a new instance of InstrumentPartyRole.
13526 13527 13528 13529 13530 13531 13532 |
# File 'lib/quickfix_fields.rb', line 13526 def initialize(data = nil) if( data == nil ) super(1051) else super(1051, data) end end |
Class Method Details
.field ⇒ Object
13523 13524 13525 |
# File 'lib/quickfix_fields.rb', line 13523 def InstrumentPartyRole.field return 1051 end |