Class: Quickfix::RequestingPartyID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RequestingPartyID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartyID
constructor
A new instance of RequestingPartyID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RequestingPartyID
Returns a new instance of RequestingPartyID.
21222 21223 21224 21225 21226 21227 21228 |
# File 'lib/quickfix_fields.rb', line 21222 def initialize(data = nil) if( data == nil ) super(1658) else super(1658, data) end end |
Class Method Details
.field ⇒ Object
21219 21220 21221 |
# File 'lib/quickfix_fields.rb', line 21219 def RequestingPartyID.field return 1658 end |