Class: Quickfix::SideUnderlyingRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideUnderlyingRefID

Returns a new instance of SideUnderlyingRefID.



77876
77877
77878
77879
77880
77881
77882
# File 'lib/quickfix_fields.rb', line 77876

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