Class: Quickfix::InstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::InstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyIDSource
constructor
A new instance of InstrumentPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyIDSource
Returns a new instance of InstrumentPartyIDSource.
5219 5220 5221 5222 5223 5224 5225 |
# File 'lib/quickfix_fields.rb', line 5219 def initialize(data = nil) if( data == nil ) super(1050) else super(1050, data) end end |
Class Method Details
.field ⇒ Object
5216 5217 5218 |
# File 'lib/quickfix_fields.rb', line 5216 def InstrumentPartyIDSource.field return 1050 end |