Class: Quickfix::NoLegInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegInstrumentPartySubIDs
constructor
A new instance of NoLegInstrumentPartySubIDs.
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 |