Class: Quickfix::LegInTheMoneyCondition

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

Returns a new instance of LegInTheMoneyCondition.



75406
75407
75408
75409
75410
75411
75412
# File 'lib/quickfix_fields.rb', line 75406

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

Class Method Details

.fieldObject



75403
75404
75405
# File 'lib/quickfix_fields.rb', line 75403

def LegInTheMoneyCondition.field
  return 2682
end