Class: Quickfix::OrderEntryAction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderEntryAction

Returns a new instance of OrderEntryAction.



60443
60444
60445
60446
60447
60448
60449
# File 'lib/quickfix_fields.rb', line 60443

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

Class Method Details

.fieldObject



60440
60441
60442
# File 'lib/quickfix_fields.rb', line 60440

def OrderEntryAction.field
	return 2429
end