Class: Quickfix::PartyDetailID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PartyDetailID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PartyDetailID
constructor
A new instance of PartyDetailID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PartyDetailID
Returns a new instance of PartyDetailID.
21469 21470 21471 21472 21473 21474 21475 |
# File 'lib/quickfix_fields.rb', line 21469 def initialize(data = nil) if( data == nil ) super(1691) else super(1691, data) end end |
Class Method Details
.field ⇒ Object
21466 21467 21468 |
# File 'lib/quickfix_fields.rb', line 21466 def PartyDetailID.field return 1691 end |