Class: Quickfix::NoUndlyInstrumentParties
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUndlyInstrumentParties
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUndlyInstrumentParties
constructor
A new instance of NoUndlyInstrumentParties.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUndlyInstrumentParties
Returns a new instance of NoUndlyInstrumentParties.
14189 14190 14191 14192 14193 14194 14195 |
# File 'lib/quickfix_fields.rb', line 14189 def initialize(data = nil) if( data == nil ) super(1058) else super(1058, data) end end |
Class Method Details
.field ⇒ Object
14186 14187 14188 |
# File 'lib/quickfix_fields.rb', line 14186 def NoUndlyInstrumentParties.field return 1058 end |