Class: Quickfix::OrderOriginationFirmID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderOriginationFirmID

Returns a new instance of OrderOriginationFirmID.



77512
77513
77514
77515
77516
77517
77518
# File 'lib/quickfix_fields.rb', line 77512

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

Class Method Details

.fieldObject



77509
77510
77511
# File 'lib/quickfix_fields.rb', line 77509

def OrderOriginationFirmID.field
	return 2835
end