Class: Quickfix::SideCollateralPortfolioID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralPortfolioID

Returns a new instance of SideCollateralPortfolioID.



75640
75641
75642
75643
75644
75645
75646
# File 'lib/quickfix_fields.rb', line 75640

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