Class: Quickfix::InstrumentPartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::InstrumentPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartySubID
constructor
A new instance of InstrumentPartySubID.
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartySubID
Returns a new instance of InstrumentPartySubID.
4764 4765 4766 4767 4768 4769 4770 |
# File 'lib/quickfix_fields.rb', line 4764 def initialize(data = nil) if( data == nil ) super(1053) else super(1053, data) end end |
Class Method Details
.field ⇒ Object
4761 4762 4763 |
# File 'lib/quickfix_fields.rb', line 4761 def InstrumentPartySubID.field return 1053 end |