Class: Quickfix::UndlyInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::UndlyInstrumentPartyIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UndlyInstrumentPartyIDSource
constructor
A new instance of UndlyInstrumentPartyIDSource.
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartyIDSource
Returns a new instance of UndlyInstrumentPartyIDSource.
8001 8002 8003 8004 8005 8006 8007 |
# File 'lib/quickfix_fields.rb', line 8001 def initialize(data = nil) if( data == nil ) super(1060) else super(1060, data) end end |
Class Method Details
.field ⇒ Object
7998 7999 8000 |
# File 'lib/quickfix_fields.rb', line 7998 def UndlyInstrumentPartyIDSource.field return 1060 end |