Class: Quickfix::UnderlyingReturnTrigger

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

Returns a new instance of UnderlyingReturnTrigger.



76498
76499
76500
76501
76502
76503
76504
# File 'lib/quickfix_fields.rb', line 76498

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

Class Method Details

.fieldObject



76495
76496
76497
# File 'lib/quickfix_fields.rb', line 76495

def UnderlyingReturnTrigger.field
  return 2757
end