Class: Quickfix::TargetPartySubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TargetPartySubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetPartySubID
constructor
A new instance of TargetPartySubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TargetPartySubID
Returns a new instance of TargetPartySubID.
60508 60509 60510 60511 60512 60513 60514 |
# File 'lib/quickfix_fields.rb', line 60508 def initialize(data = nil) if( data == nil ) super(2434) else super(2434, data) end end |
Class Method Details
.field ⇒ Object
60505 60506 60507 |
# File 'lib/quickfix_fields.rb', line 60505 def TargetPartySubID.field return 2434 end |