Class: Quickfix::RiskLimitID

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

Returns a new instance of RiskLimitID.



21378
21379
21380
21381
21382
21383
21384
# File 'lib/quickfix_fields.rb', line 21378

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

Class Method Details

.fieldObject



21375
21376
21377
# File 'lib/quickfix_fields.rb', line 21375

def RiskLimitID.field
  return 1670
end