Class: Quickfix::NoLegInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegInstrumentPartySubIDs
constructor
A new instance of NoLegInstrumentPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegInstrumentPartySubIDs
Returns a new instance of NoLegInstrumentPartySubIDs.
48756 48757 48758 48759 48760 48761 48762 |
# File 'lib/quickfix_fields.rb', line 48756 def initialize(data = nil) if( data == nil ) super(2258) else super(2258, data) end end |
Class Method Details
.field ⇒ Object
48753 48754 48755 |
# File 'lib/quickfix_fields.rb', line 48753 def NoLegInstrumentPartySubIDs.field return 2258 end |