Class: Quickfix::MarginReqmtInqStatus

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

Returns a new instance of MarginReqmtInqStatus.



20169
20170
20171
20172
20173
20174
20175
# File 'lib/quickfix_fields.rb', line 20169

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

Class Method Details

.fieldObject



20166
20167
20168
# File 'lib/quickfix_fields.rb', line 20166

def MarginReqmtInqStatus.field
  return 1640
end