Class: Quickfix::TertiaryTrdType

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

Instance Method Summary collapse

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