Class: Quickfix::ComplianceID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



10858
10859
10860
# File 'lib/quickfix_fields.rb', line 10858

def ComplianceID.field
  return 376
end