Class: Quickfix::LegComplexEventPriceBoundaryMethod

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) ⇒ LegComplexEventPriceBoundaryMethod

Returns a new instance of LegComplexEventPriceBoundaryMethod.



47573
47574
47575
47576
47577
47578
47579
# File 'lib/quickfix_fields.rb', line 47573

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

Class Method Details

.fieldObject



47570
47571
47572
# File 'lib/quickfix_fields.rb', line 47570

def LegComplexEventPriceBoundaryMethod.field
  return 2229
end