Class: Quickfix::MassOrderRequestID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassOrderRequestID

Returns a new instance of MassOrderRequestID.



60365
60366
60367
60368
60369
60370
60371
# File 'lib/quickfix_fields.rb', line 60365

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