Class: Quickfix::UnderlyingInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType
constructor
A new instance of UnderlyingInstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType
Returns a new instance of UnderlyingInstrumentPartySubIDType.
8690 8691 8692 8693 8694 8695 8696 |
# File 'lib/quickfix_fields.rb', line 8690 def initialize(data = nil) if( data == nil ) super(1064) else super(1064, data) end end |
Class Method Details
.field ⇒ Object
8687 8688 8689 |
# File 'lib/quickfix_fields.rb', line 8687 def UnderlyingInstrumentPartySubIDType.field return 1064 end |