Class: Quickfix::MarginDirection

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarginDirection

Returns a new instance of MarginDirection.



77720
77721
77722
77723
77724
77725
77726
# File 'lib/quickfix_fields.rb', line 77720

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

Class Method Details

.fieldObject



77717
77718
77719
# File 'lib/quickfix_fields.rb', line 77717

def MarginDirection.field
	return 2851
end