Class: Quickfix::UndlyInstrumentPartyIDSource
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartyIDSource
Returns a new instance of UndlyInstrumentPartyIDSource.
14215 14216 14217 14218 14219 14220 14221 |
# File 'lib/quickfix_fields.rb', line 14215 def initialize(data = nil) if( data == nil ) super(1060) else super(1060, data) end end |
Class Method Details
.field ⇒ Object
14212 14213 14214 |
# File 'lib/quickfix_fields.rb', line 14212 def UndlyInstrumentPartyIDSource.field return 1060 end |