Class: Quickfix::AffectedSecondaryOrderID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AffectedSecondaryOrderID

Returns a new instance of AffectedSecondaryOrderID.



10250
10251
10252
10253
10254
10255
10256
# File 'lib/quickfix_fields.rb', line 10250

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

Class Method Details

.fieldObject



10247
10248
10249
# File 'lib/quickfix_fields.rb', line 10247

def AffectedSecondaryOrderID.field
	return 536
end