Class: Quickfix::UnderlyingReturnTrigger

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

Instance Method Summary collapse

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