Class: Quickfix::NoUndlyInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUndlyInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs
constructor
A new instance of NoUndlyInstrumentPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs
Returns a new instance of NoUndlyInstrumentPartySubIDs.
14241 14242 14243 14244 14245 14246 14247 |
# File 'lib/quickfix_fields.rb', line 14241 def initialize(data = nil) if( data == nil ) super(1062) else super(1062, data) end end |
Class Method Details
.field ⇒ Object
14238 14239 14240 |
# File 'lib/quickfix_fields.rb', line 14238 def NoUndlyInstrumentPartySubIDs.field return 1062 end |