Class: Quickfix::UnderlyingInstrumentPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingInstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyID
constructor
A new instance of UnderlyingInstrumentPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyID
Returns a new instance of UnderlyingInstrumentPartyID.
18791 18792 18793 18794 18795 18796 18797 |
# File 'lib/quickfix_fields.rb', line 18791 def initialize(data = nil) if( data == nil ) super(1059) else super(1059, data) end end |
Class Method Details
.field ⇒ Object
18788 18789 18790 |
# File 'lib/quickfix_fields.rb', line 18788 def .field return 1059 end |