Class: Quickfix::UnderlyingComplexEventPriceBoundaryMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPriceBoundaryMethod

Returns a new instance of UnderlyingComplexEventPriceBoundaryMethod.



26825
26826
26827
26828
26829
26830
26831
# File 'lib/quickfix_fields.rb', line 26825

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

Class Method Details

.fieldObject



26822
26823
26824
# File 'lib/quickfix_fields.rb', line 26822

def UnderlyingComplexEventPriceBoundaryMethod.field
  return 2049
end