Class: Quickfix::UndlyInstrumentPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UndlyInstrumentPartyID
Returns a new instance of UndlyInstrumentPartyID.
14202 14203 14204 14205 14206 14207 14208 |
# File 'lib/quickfix_fields.rb', line 14202 def initialize(data = nil) if( data == nil ) super(1059) else super(1059, data) end end |
Class Method Details
.field ⇒ Object
14199 14200 14201 |
# File 'lib/quickfix_fields.rb', line 14199 def UndlyInstrumentPartyID.field return 1059 end |