Class: Quickfix::MarginReqmtRptID

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

Returns a new instance of MarginReqmtRptID.



20195
20196
20197
20198
20199
20200
20201
# File 'lib/quickfix_fields.rb', line 20195

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

Class Method Details

.fieldObject



20192
20193
20194
# File 'lib/quickfix_fields.rb', line 20192

def MarginReqmtRptID.field
  return 1642
end