Class: Quickfix::CollAsgnTransType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CollAsgnTransType

Returns a new instance of CollAsgnTransType.



9314
9315
9316
9317
9318
9319
9320
# File 'lib/quickfix_fields.rb', line 9314

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

Class Method Details

.fieldObject



9311
9312
9313
# File 'lib/quickfix_fields.rb', line 9311

def CollAsgnTransType.field
	return 903
end