Class: Quickfix::LegSide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegSide

Returns a new instance of LegSide.



8469
8470
8471
8472
8473
8474
8475
# File 'lib/quickfix_fields.rb', line 8469

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

Class Method Details

.fieldObject



8466
8467
8468
# File 'lib/quickfix_fields.rb', line 8466

def LegSide.field
  return 624
end