Class: Quickfix::LegInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartySubIDType
constructor
A new instance of LegInstrumentPartySubIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartySubIDType
Returns a new instance of LegInstrumentPartySubIDType.
48782 48783 48784 48785 48786 48787 48788 |
# File 'lib/quickfix_fields.rb', line 48782 def initialize(data = nil) if( data == nil ) super(2260) else super(2260, data) end end |
Class Method Details
.field ⇒ Object
48779 48780 48781 |
# File 'lib/quickfix_fields.rb', line 48779 def LegInstrumentPartySubIDType.field return 2260 end |