Class: Quickfix::ComplianceID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ComplianceID
Returns a new instance of ComplianceID.
10861 10862 10863 10864 10865 10866 10867 |
# File 'lib/quickfix_fields.rb', line 10861 def initialize(data = nil) if( data == nil ) super(376) else super(376, data) end end |
Class Method Details
.field ⇒ Object
10858 10859 10860 |
# File 'lib/quickfix_fields.rb', line 10858 def ComplianceID.field return 376 end |