Class: Quickfix::SideComplianceID

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) ⇒ SideComplianceID

Returns a new instance of SideComplianceID.



8859
8860
8861
8862
8863
8864
8865
# File 'lib/quickfix_fields.rb', line 8859

def initialize(data = nil)
  if( data == nil )
    super(659)
  else
    super(659, data)
  end
end

Class Method Details

.fieldObject



8856
8857
8858
# File 'lib/quickfix_fields.rb', line 8856

def SideComplianceID.field
  return 659
end