Class: Quickfix::OrigTradeHandlingInstr

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrigTradeHandlingInstr

Returns a new instance of OrigTradeHandlingInstr.



15008
15009
15010
15011
15012
15013
15014
# File 'lib/quickfix_fields.rb', line 15008

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

Class Method Details

.fieldObject



15005
15006
15007
# File 'lib/quickfix_fields.rb', line 15005

def OrigTradeHandlingInstr.field
	return 1124
end