Class: Quickfix::UnderlyingInTheMoneyCondition

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInTheMoneyCondition

Returns a new instance of UnderlyingInTheMoneyCondition.



75419
75420
75421
75422
75423
75424
75425
# File 'lib/quickfix_fields.rb', line 75419

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