Class: Quickfix::BidForwardPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BidForwardPoints



3035
3036
3037
3038
3039
3040
3041
# File 'lib/quickfix_fields.rb', line 3035

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

Class Method Details

.fieldObject



3032
3033
3034
# File 'lib/quickfix_fields.rb', line 3032

def BidForwardPoints.field
  return 189
end