Class: Quickfix::ComplianceID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplianceID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplianceID
constructor
A new instance of ComplianceID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplianceID
Returns a new instance of ComplianceID.
4686 4687 4688 4689 4690 4691 4692 |
# File 'lib/quickfix_fields.rb', line 4686 def initialize(data = nil) if( data == nil ) super(376) else super(376, data) end end |
Class Method Details
.field ⇒ Object
4683 4684 4685 |
# File 'lib/quickfix_fields.rb', line 4683 def ComplianceID.field return 376 end |