Class: Quickfix::NoMarginAmt

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

Returns a new instance of NoMarginAmt.



20208
20209
20210
20211
20212
20213
20214
# File 'lib/quickfix_fields.rb', line 20208

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

Class Method Details

.fieldObject



20205
20206
20207
# File 'lib/quickfix_fields.rb', line 20205

def NoMarginAmt.field
	return 1643
end