Class: Quickfix::LegSwapType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSwapType

Returns a new instance of LegSwapType.



12044
12045
12046
12047
12048
12049
12050
# File 'lib/quickfix_fields.rb', line 12044

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

Class Method Details

.fieldObject



12041
12042
12043
# File 'lib/quickfix_fields.rb', line 12041

def LegSwapType.field
  return 690
end