Class: Quickfix::LegIssuer

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

Returns a new instance of LegIssuer.



8378
8379
8380
8381
8382
8383
8384
# File 'lib/quickfix_fields.rb', line 8378

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

Class Method Details

.fieldObject



8375
8376
8377
# File 'lib/quickfix_fields.rb', line 8375

def LegIssuer.field
  return 617
end