Class: Quickfix::UndlyInstrumentPartyID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UndlyInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UndlyInstrumentPartyID
constructor
A new instance of UndlyInstrumentPartyID.
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartyID
Returns a new instance of UndlyInstrumentPartyID.
6155 6156 6157 6158 6159 6160 6161 |
# File 'lib/quickfix_fields.rb', line 6155 def initialize(data = nil) if( data == nil ) super(1059) else super(1059, data) end end |
Class Method Details
.field ⇒ Object
6152 6153 6154 |
# File 'lib/quickfix_fields.rb', line 6152 def UndlyInstrumentPartyID.field return 1059 end |