Class: Quickfix::InstrumentPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyID
constructor
A new instance of InstrumentPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyID
Returns a new instance of InstrumentPartyID.
13682 13683 13684 13685 13686 13687 13688 |
# File 'lib/quickfix_fields.rb', line 13682 def initialize(data = nil) if( data == nil ) super(1019) else super(1019, data) end end |
Class Method Details
.field ⇒ Object
13679 13680 13681 |
# File 'lib/quickfix_fields.rb', line 13679 def InstrumentPartyID.field return 1019 end |