Class: Quickfix::CustOrderHandlingInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CustOrderHandlingInst

Returns a new instance of CustOrderHandlingInst.



12447
12448
12449
12450
12451
12452
12453
# File 'lib/quickfix_fields.rb', line 12447

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

Class Method Details

.fieldObject



12444
12445
12446
# File 'lib/quickfix_fields.rb', line 12444

def CustOrderHandlingInst.field
	return 1031
end