Class: Quickfix::LegInstrumentPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegInstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartySubID
constructor
A new instance of LegInstrumentPartySubID.
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartySubID
Returns a new instance of LegInstrumentPartySubID.
48769 48770 48771 48772 48773 48774 48775 |
# File 'lib/quickfix_fields.rb', line 48769 def initialize(data = nil) if( data == nil ) super(2259) else super(2259, data) end end |