Class: Quickfix::SecondaryTradeReportID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryTradeReportID

Returns a new instance of SecondaryTradeReportID.



11121
11122
11123
11124
11125
11126
11127
# File 'lib/quickfix_fields.rb', line 11121

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