Class: Quickfix::TotNumCollateralRequests

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

Returns a new instance of TotNumCollateralRequests.



61743
61744
61745
61746
61747
61748
61749
# File 'lib/quickfix_fields.rb', line 61743

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

Class Method Details

.fieldObject



61740
61741
61742
# File 'lib/quickfix_fields.rb', line 61740

def TotNumCollateralRequests.field
  return 2519
end