Class: Quickfix::MarginClass

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) ⇒ MarginClass

Returns a new instance of MarginClass.



20156
20157
20158
20159
20160
20161
20162
# File 'lib/quickfix_fields.rb', line 20156

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

Class Method Details

.fieldObject



20153
20154
20155
# File 'lib/quickfix_fields.rb', line 20153

def MarginClass.field
	return 1639
end