Class: Quickfix::LegReturnTrigger

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

Returns a new instance of LegReturnTrigger.



76472
76473
76474
76475
76476
76477
76478
# File 'lib/quickfix_fields.rb', line 76472

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

Class Method Details

.fieldObject



76469
76470
76471
# File 'lib/quickfix_fields.rb', line 76469

def LegReturnTrigger.field
  return 2755
end