Class: Quickfix::UnderlyingInstrumentPartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingInstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
constructor
A new instance of UnderlyingInstrumentPartyRole.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
Returns a new instance of UnderlyingInstrumentPartyRole.
19779 19780 19781 19782 19783 19784 19785 |
# File 'lib/quickfix_fields.rb', line 19779 def initialize(data = nil) if( data == nil ) super(1061) else super(1061, data) end end |
Class Method Details
.field ⇒ Object
19776 19777 19778 |
# File 'lib/quickfix_fields.rb', line 19776 def UnderlyingInstrumentPartyRole.field return 1061 end |