Class: Quickfix::ForexReq

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ForexReq

Returns a new instance of ForexReq.



2099
2100
2101
2102
2103
2104
2105
# File 'lib/quickfix_fields.rb', line 2099

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

Class Method Details

.fieldObject



2096
2097
2098
# File 'lib/quickfix_fields.rb', line 2096

def ForexReq.field
  return 121
end