Class: Quickfix::UnderlyingInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::UnderlyingInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyIDSource
constructor
A new instance of UnderlyingInstrumentPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyIDSource
Returns a new instance of UnderlyingInstrumentPartyIDSource.
10081 10082 10083 10084 10085 10086 10087 |
# File 'lib/quickfix_fields.rb', line 10081 def initialize(data = nil) if( data == nil ) super(1060) else super(1060, data) end end |
Class Method Details
.field ⇒ Object
10078 10079 10080 |
# File 'lib/quickfix_fields.rb', line 10078 def UnderlyingInstrumentPartyIDSource.field return 1060 end |