Class: Quickfix::InstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::InstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartySubIDType
constructor
A new instance of InstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartySubIDType
Returns a new instance of InstrumentPartySubIDType.
14800 14801 14802 14803 14804 14805 14806 |
# File 'lib/quickfix_fields.rb', line 14800 def initialize(data = nil) if( data == nil ) super(1054) else super(1054, data) end end |
Class Method Details
.field ⇒ Object
14797 14798 14799 |
# File 'lib/quickfix_fields.rb', line 14797 def InstrumentPartySubIDType.field return 1054 end |