Class: Quickfix::OrigTradeHandlingInstr

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrigTradeHandlingInstr

Returns a new instance of OrigTradeHandlingInstr.



10783
10784
10785
10786
10787
10788
10789
# File 'lib/quickfix_fields.rb', line 10783

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

Class Method Details

.fieldObject



10780
10781
10782
# File 'lib/quickfix_fields.rb', line 10780

def OrigTradeHandlingInstr.field
	return 1124
end