Class: Quickfix::RequestingPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RequestingPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RequestingPartySubID
constructor
A new instance of RequestingPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RequestingPartySubID
Returns a new instance of RequestingPartySubID.
21274 21275 21276 21277 21278 21279 21280 |
# File 'lib/quickfix_fields.rb', line 21274 def initialize(data = nil) if( data == nil ) super(1662) else super(1662, data) end end |
Class Method Details
.field ⇒ Object
21271 21272 21273 |
# File 'lib/quickfix_fields.rb', line 21271 def RequestingPartySubID.field return 1662 end |