Class: Quickfix::RelatedPartyDetailID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RelatedPartyDetailID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RelatedPartyDetailID
constructor
A new instance of RelatedPartyDetailID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RelatedPartyDetailID
Returns a new instance of RelatedPartyDetailID.
21001 21002 21003 21004 21005 21006 21007 |
# File 'lib/quickfix_fields.rb', line 21001 def initialize(data = nil) if( data == nil ) super(1563) else super(1563, data) end end |
Class Method Details
.field ⇒ Object
20998 20999 21000 |
# File 'lib/quickfix_fields.rb', line 20998 def .field return 1563 end |