Class: Quickfix::NoPartyRiskLimits

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

Returns a new instance of NoPartyRiskLimits.



21456
21457
21458
21459
21460
21461
21462
# File 'lib/quickfix_fields.rb', line 21456

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

Class Method Details

.fieldObject



21453
21454
21455
# File 'lib/quickfix_fields.rb', line 21453

def NoPartyRiskLimits.field
  return 1677
end