Class: Quickfix::PartyDetailSubID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PartyDetailSubID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailSubID
constructor
A new instance of PartyDetailSubID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PartyDetailSubID
Returns a new instance of PartyDetailSubID.
21521 21522 21523 21524 21525 21526 21527 |
# File 'lib/quickfix_fields.rb', line 21521 def initialize(data = nil) if( data == nil ) super(1695) else super(1695, data) end end |
Class Method Details
.field ⇒ Object
21518 21519 21520 |
# File 'lib/quickfix_fields.rb', line 21518 def PartyDetailSubID.field return 1695 end |