Class: Quickfix::NoUndlyInstrumentPartySubIDs
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUndlyInstrumentPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs
constructor
A new instance of NoUndlyInstrumentPartySubIDs.
Constructor Details
#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs
Returns a new instance of NoUndlyInstrumentPartySubIDs.
15086 15087 15088 15089 15090 15091 15092 |
# File 'lib/quickfix_fields.rb', line 15086 def initialize(data = nil) if( data == nil ) super(1062) else super(1062, data) end end |
Class Method Details
.field ⇒ Object
15083 15084 15085 |
# File 'lib/quickfix_fields.rb', line 15083 def NoUndlyInstrumentPartySubIDs.field return 1062 end |