Class: Quickfix::MarginReqmtRptType

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

Returns a new instance of MarginReqmtRptType.



20143
20144
20145
20146
20147
20148
20149
# File 'lib/quickfix_fields.rb', line 20143

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

Class Method Details

.fieldObject



20140
20141
20142
# File 'lib/quickfix_fields.rb', line 20140

def MarginReqmtRptType.field
	return 1638
end