Class: Quickfix::MarginReqmtInqResult

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

Returns a new instance of MarginReqmtInqResult.



20182
20183
20184
20185
20186
20187
20188
# File 'lib/quickfix_fields.rb', line 20182

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

Class Method Details

.fieldObject



20179
20180
20181
# File 'lib/quickfix_fields.rb', line 20179

def MarginReqmtInqResult.field
  return 1641
end