Class: Quickfix::ComplianceID

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



4683
4684
4685
# File 'lib/quickfix_fields.rb', line 4683

def ComplianceID.field
  return 376
end