Class: Quickfix::TertiaryTrdType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TertiaryTrdType

Returns a new instance of TertiaryTrdType.



78344
78345
78346
78347
78348
78349
78350
# File 'lib/quickfix_fields.rb', line 78344

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

Class Method Details

.fieldObject



78341
78342
78343
# File 'lib/quickfix_fields.rb', line 78341

def TertiaryTrdType.field
	return 2896
end