Class: Quickfix::StrikePriceBoundaryMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikePriceBoundaryMethod

Returns a new instance of StrikePriceBoundaryMethod.



10497
10498
10499
10500
10501
10502
10503
# File 'lib/quickfix_fields.rb', line 10497

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

Class Method Details

.fieldObject



10494
10495
10496
# File 'lib/quickfix_fields.rb', line 10494

def StrikePriceBoundaryMethod.field
  return 1479
end