Class: Quickfix::UndlyInstrumentPartySubIDType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UndlyInstrumentPartySubIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType
constructor
A new instance of UndlyInstrumentPartySubIDType.
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType
Returns a new instance of UndlyInstrumentPartySubIDType.
8911 8912 8913 8914 8915 8916 8917 |
# File 'lib/quickfix_fields.rb', line 8911 def initialize(data = nil) if( data == nil ) super(1064) else super(1064, data) end end |
Class Method Details
.field ⇒ Object
8908 8909 8910 |
# File 'lib/quickfix_fields.rb', line 8908 def UndlyInstrumentPartySubIDType.field return 1064 end |